Skip to content

A small console utility that can show you the weather in the specified region (and you can use it like a weather-API for your programs).

Notifications You must be signed in to change notification settings

obkin/weather-cli-obkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather CLI-utility (console-utility)

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 use:

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

Console commands:

Open help menu: weather -h

Set and save token: weather -t [TOKEN]

Set and save city: weather -s [CITY]

Get weather: weather

More:

You can find out the weather without city or token saving, just run the programm so:

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

Appearance:

weather-cli-obkin-example.png


Contacts:

If you need some help, you can always contact me:

Thank you for using my app!😃

About

A small console utility that can show you the weather in the specified region (and you can use it like a weather-API for your programs).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published