clim8
v4.1.0
Published
clim8 is a CLI Weather forecast service based on the API of https://openweathermap.org/
Downloads
2
Readme
clim8
clim8 is a CLI Weather forecast service based on the API of https://openweathermap.org/
Setup
clim8 can be installed locally or globally
Locally
$ npm install -D clim8
Globally
$ npm install -g clim8
Usage
Locally
$ node index.js -C "Reggio nell'Emilia"
$ node index.js -C Amsterdam
$ node index.js -S London,Uk
$ node index.js -L 54,12
Globally
$ clim8 -C "Reggio nell'Emilia"
$ clim8 -C Amsterdam
$ clim8 -S London,Uk
$ clim8 -L 54,12
How-to
$ clim8 --help
Usage: index [options] <option>
Options:
-V, --version output the version number
-C, --city [city] provide city
-S, --citystate [city,state] provide city and state
-L, --coordinates [latitude,longitude] provide latitude and longitude
-h, --help output usage information