Nodejs Application that returns weather information based on your location.
- Using request on callback functions
- Managing http requests -> Geolocation API, Darksky API
- Working with Promises using Axios
$ git clone https://github.com/HenriqueGarcez/Node-Geolocation-Weather-App.git
$ npm install
node app.js --address "address"
or
node app_promise.js --adress ""
node app.js --adress "Ocean Drive"
This Application was created based in module 4 from The Complete Node.js Developer Course.
Course: https://www.udemy.com/the-complete-nodejs-developer-course-2/
Geolocation API: https://developers.google.com/maps/documentation/geolocation/intro
Darksky API: https://darksky.net/dev