This litle project fetch the latitude and longitude from a city you want, and then get the weather from the openweathermap.
- First you must have nodejs installed
- Clone the repository code to your local: https://github.com/grelacode/weather-app-Node.git
- On the main project directory, type on console
npm install
, this command installs all project dependencies - Type on console
node app -d "The city you want"
- You got your weather !