An application that takes a user's input location and displays the temperature for that location.
- Install nodeJS
git clone https://github.com/egarcia410/nodeWeatherApp.git- Navigate to cloned directory
node initinside the terminal to install dependencies- Register for a API key at DarkSky
- Insert API key on line 22 in
app-promise.jsfile - Run
node app.js -a [INSERT_LOCATION_HERE]
This project is licensed under the MIT License - see the LICENSE.md file for details