forked from satansdeer/weather-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
19 lines (18 loc) · 641 Bytes
/
app.json
File metadata and controls
19 lines (18 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Weather API wrapper",
"description": "Darksky API wrapper. Required to avoid CORS error. Used in https://basicreact.com course.",
"repository": "https://github.com/ALEEF02/weather-api",
"logo": "https://raw.githubusercontent.com/satansdeer/weather-api/master/darksky-icon.jpg",
"keywords": ["node", "express", "static"],
"env": {
"API_KEY": {
"description": "Secret key to access AmbientWeather API endpoints."
},
"APPLICATION_KEY": {
"description": "Application key granter by AmbientWeather"
},
"MAC_ADDRESS": {
"description": "MAC Address of your weather station"
}
}
}