1.0.0 • Published 2 years ago

melyssy-weather v1.0.0

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

weather-cli

A very simple cli app to retrieve current weather in a chosen city.

To start:

  1. Install a package with npm: npm i -g melyssy-weather;
  2. Get a free token at OpenWeather API;
  3. Set up your city and token in terminal: weather -s [CITY] -t [TOKEN]*;
  4. Run an app: weather.

To get reference, run: weather -h.

* an app will create a file in your home directory to store parameters for future use.