Python application which calls the OpenWeatherMap API to get a 5 day weather forecast, partitioned into 3 hour blocks.
- City Name
or
- Zip Code
- City name
- Country code
- Date (MM/DD/YY)
- Hour (HH:MM AM/PM)
- Description
- Celcius
- Farenheit
- Calendar of the current month
- Sign up for an account to get your API KEY https://openweathermap.org/API
- Modify
api_key = '<your_api_key>'