Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEEF02 authored Jan 16, 2019
1 parent 2a86298 commit 038ae87
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "Weather API wrapper",
"description": "Darksky API wrapper. Required to avoid CORS error. Used in https://basicreact.com course.",
"repository": "https://github.com/satansdeer/weather-api",
"repository": "https://github.com/ALEEF02/weather-api",
"logo": "https://raw.githubusercontent.com/satansdeer/weather-api/master/darksky-icon.jpg",
"keywords": ["node", "express", "static"],
"env": {
"DARKSKY_API_KEY": {
"description": "Secret key to access Darksky API endpoints."
"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"
}
}
}
Expand Down

0 comments on commit 038ae87

Please sign in to comment.