PyWeather will show you the current conditions of a given location. Written in python and uses the tomorrow.io api.
python3 -m pip install pyioweather
pyweather
You'll need to enter an API key from Tomorrow.io at runtime, or have a Tomorrow.io API key in your environment variables like this:
TOMORROW_IO_API=*YOURKEYHERE*
This is completley free for basic use - up to 500 requests per day. No credit card required.
- Go to the tomorrow.io api docs
- In the top right, click Log In
- Sign Up for an account
- Go to the API keys section while signed in
- Copy the API key!