Skip to content

Nodejs Application that returns weather information based on your location.

License

Notifications You must be signed in to change notification settings

HenriqueGarcez/Node-Geolocation-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Geolocation-Weather-App

Nodejs Application that returns weather information based on your location.

Features

  • Using request on callback functions
  • Managing http requests -> Geolocation API, Darksky API
  • Working with Promises using Axios

Installing

$ git clone https://github.com/HenriqueGarcez/Node-Geolocation-Weather-App.git
$ npm install

Usage

node app.js --address "address"
or
node app_promise.js --adress ""

Example

node app.js --adress "Ocean Drive"

References

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

About

Nodejs Application that returns weather information based on your location.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published