Skip to content

ostratonov/terminal-weather

Repository files navigation

terminal-weather

bash terminal command, which shows you current weather in kyiv 🇺🇦

usage :

  1. register and get your api-key from https://www.weatherapi.com, it's free, don't worry
  2. run in project directory
npm i
  1. run
chmod u+x weather.js
  1. create .env file and set api key, like in .env.example
  2. edit custom_bash_commands.sh, set directory to your weather.js file
  3. add to your ~/.bashsrc next command:
source ~/.custom_bash_commands.sh

you're set!

now simply type weather in your terminal, and you'll get information!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published