clim8

4.1.0 • Public • Published

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
 

Readme

Keywords

none

Package Sidebar

Install

npm i clim8

Weekly Downloads

2

Version

4.1.0

License

MIT

Unpacked Size

14 kB

Total Files

12

Last publish

Collaborators

  • silversonicaxel