Weather and Forecast is an API based Django web app that gets the current weather and 5 days forecast for multiple cities using Open Weather Map API.
- User can add cities for which he wants to get weather information into a form and save it.
- App will create a little weather-box for each city that user added and it will display a short weather description inside.
- When a user clicks on that box, app will show a 5 days detailed weather forecast. Each city is saved to database.