4.1.0 • Published 4 years ago

clim8 v4.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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
4.1.0

4 years ago

4.0.0

5 years ago

3.4.3

5 years ago

3.4.2

5 years ago

3.4.1

5 years ago

3.4.0

6 years ago

3.3.4

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago