A weather app that operates entirely within the terminal.
Can be used for getting current weather information as well as forecast data.
Requires a OpenWeather API Key to function properly.
Search Menu - performing a search using current location:
Detailed View available for the user:
Favorites List Menu (Microservice implemented by partner):
To run locally, first download and unzip the file.
From there, start up the Favorites List microservice in the background or a separate terminal by calling python3 fav_ms.py
.
It should run on localhost:5000.
Next, start up the weather app by running python3 weatherApp.py
.
The home menue should appear, and you are free to look up the desired wewather information!