0.2.1 • Published 6 years ago

weather-fiv v0.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

#Weather

Returns weather info by city name via specified weather service Build Status

Installation

$ npm install -g weather-fiv

Usage

Get current weather in any city via specified weather api (www.apixu.com by default)

$ weather berlin

returns json

{
  "city": "berlin",
  "timezone": "Europe/Berlin",
  "temp_celsius": 10
}

Get current weather in london via weatherbit api

$ weather london --service weatherbit
0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago