Skip to content

nicefellow1234/node-weather-cli-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-weather-cli-app

A command line interface nodejs weather forecasting app. You can pass address, postcode, zipcode and in return you will get the

INSTALLATION :

Just run the following command after git clone as :

npm install

Also add your API KEYS in following files as well :

Google Maps Geocode API in the following file as:

/geocode/geocode.js

Forecast.io API KEY in the following file as:

/weather/weather.js

USAGE :

You can use following commands to interact with the app through command line :

Help Flag to show all available commands :

node app.js --help

Or with the following one command as well :

node app.js -a --help

NOTE: Use either --address or -a as argument

Get Full Address & Weather Forecast Info Of The Address :

node app.js add --address="ADDRESS/POSTCODE/ZIPCODE"

About

A command line interface nodejs weather forecasting app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published