Skip to content

A Fun Command Line Tool implemented in Node.js (using ES6 Syntax) which calculates & fetches the weather information for a given physical address using Google & Dark Sky API's.

Notifications You must be signed in to change notification settings

himakar-kolli/node-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-weather

  1. A Fun Command Line Tool implemented using Node.js (Asynchronous). Uses ES6 Syntax like promises, arrow functions etc.
  2. Calculates & fetches the current weather information for a given physical address/location on earth.
  3. Uses Google's geocode API to calculate Latitute & Longitude information for a given address (provided by the user via command line).
  4. Uses Lat/Lng information obtained above and contacts Dark Sky's forecast API to retrive the current weather conditions (i.e..current temperature and what it feels like).
  5. Uses yargs for command line processing, and axios for making promise based api requests.

About

A Fun Command Line Tool implemented in Node.js (using ES6 Syntax) which calculates & fetches the weather information for a given physical address using Google & Dark Sky API's.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published