This Python application retrieves 5 day forecast for a given zip code in US. Data retrieved from the service is for each 3 hours - 40 measures in total. Weather_service.py will convert per 3h measurent into daily forecast displaying minimum and maximum temperature, total daily precipitation.
In order to make the application work, replace the YOUR_API_CODE with a valid openweatherapp api key in the config.ini file.
Make sure to have Python 3 installed and configured in the local path. Start the application using followig command: python weather_console.py