Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 649 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 649 Bytes

openweathermap 5 day forecast Python app

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.

Configuration

In order to make the application work, replace the YOUR_API_CODE with a valid openweatherapp api key in the config.ini file.

Launch the application

Make sure to have Python 3 installed and configured in the local path. Start the application using followig command: python weather_console.py