1.0.4 • Published 1 year ago

mad_weather_cli v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

WEATHER-CLI

CLI for getting weather

It's very simple console application to get current weather description in your console/terminal.
Forecast source - OpenWeather
By default, mad_weather_cli uses demo-api-key, generated for free subscription plan and has calls limitations.
For your own rules:

  • visit OpenWeather website,
  • create an account,
  • choose your subscription plan,
  • generate your personal API_KEY
  • save your API_KEY in mad_weather_cli using command weather -t [API_KEY]

Installation

Using NPM is recommended:
npm i mad_weather_cli -g

Usage

Run commands below in your terminal or command line:

weather -h - for help

weather - to get current weather description for saved city

weather -s [CITY_NAME] or [CITY_NAME COUNTRY_CODE] or [CITY_NAME STATE_NAME COUNTRY_CODE] - to save passed city as default

weather -w [CITY_NAME] or [CITY_NAME COUNTRY_CODE] or [CITY_NAME STATE_NAME COUNTRY_CODE] - to get current weather description for passed city

weather -t [API_KEY] - to save your api-key, generated on OpenWeather

More details on OpenWeather

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago