A small utility that can show you the weather in the specified region. You can use it like a program or API for your projects.
You can also visit the npm-page here.
How to install:
npm i -g weather-cli-obkin
First you need to set the token:
weather -t [TOKEN]
And then just set the city:
weather -s [CITY]
Now you can find out the weather in the set city:
weather
Open help menu:
weather -h
Set and save token:
weather -t [TOKEN]
Set and save city:
weather -s [CITY]
Get weather:
weather
Enter the city without saving:
CITY=city_name weather
Enter the token without saving:
TOKEN=token_name weather
Enter the token and the city without saving:
TOKEN=token_name CITY=city_name weather
If you need some help, you can always contact me:
- email: kapellwork@gmail.com
- instagram: https://www.instagram.com/yarik_05_05
Thank you for using my app!😃