A simple cli based weather app that uses the weather API to get the weather of a city.
- Install dependencies
pip install -r requirements.txt
- Get an API key from Weather.com. Replace the
API_KEY
in the.env-sample
file with your API key. Also rename the file to.env
.
python weather.py