Weather app on django framework that shows weather forecast
Application capabilities:
- User registration and authorization
- Location Search
- Current temperature
- Icon for weather conditions
- 12 hour weather forecast starting from the current local time
- Favorite places
- Add or remove place from favorites
- 6 hour weather forecast for selected place with weather conditions icons
| User status / Functions | Authorized | Non-authorized |
|---|---|---|
| Location Search | ✓ | ✓ |
| Favorite places | ✓ | ✕ |
Modules needed to run the application
pip install -r requirements.txt
Standard run django Web Application
python manage.py runserver
- Deadshumz - Initial work - github
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details