Description
This script uses the OpenWeatherMap API. The purpose is simply to retrieve the current weather temperature and description. It is only used in the console.
How To Run
First create a file called credentials.py and create the following method with your API key:
def GetWeatherAPIKey():
return [API key]
Then run:
python3 weather.py
```S
Log in or sign up for Devpost to join the conversation.