Howdy Cloudy is a Webapplication to retrieve weather information based on location.
- Install Node
- Navigate to the project directory(howdy-cloudy) and execute below command
npm install
Signup and obtain API keys from below service providers
Insert the ontained API keys in howdy-cloudy/src/utils/apikeys.json and save changes
{
"darksky_access_token": "[INSERT DARKSKY API KEY HERE]",
"mapbox_access_token": "[INSERT MAPBOX API KEY HERE]"
}
node src/app.js