Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 970 Bytes

README.md

File metadata and controls

71 lines (38 loc) · 970 Bytes

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