The application enables you to view current weather status according to your search location.
By default Weather_App requires Python v3+ installed. Refer to python Documentation for help on installation and troubleshooting
Install the requirements and start the server.
- CSS - For Frontend styling
- Bulma - Lovely open source CSS Framework
- Django - Python web framework in Backend development
- Open Weather Map API - Free simple to use application programming interface by the the open weather map organization.
$ clone or download the weather_app
$ Change directory by the (CD Command) to be in the project root folder
$ Run the command (python manage.py runserver) to start server
- auto-delete user search query after 0.0125 hr
- improve the user interface
- include openlayer api to enhance geodata capabilities