Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevemats/weather_app
{ Latest weather update from a location of preference }
https://github.com/stevemats/weather_app
bulma python weather weatherapi
Last synced: about 2 months ago
JSON representation
{ Latest weather update from a location of preference }
- Host: GitHub
- URL: https://github.com/stevemats/weather_app
- Owner: stevemats
- Created: 2019-02-16T09:29:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:47:10.000Z (about 2 years ago)
- Last Synced: 2024-01-29T03:40:14.170Z (11 months ago)
- Topics: bulma, python, weather, weatherapi
- Language: Python
- Homepage:
- Size: 999 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather_App
The application enables you to view current weather status according to your search location.By default [Weather_App](https://github.com/stevemats/Weather_App) requires [Python](https://python.org/) v3+ installed. Refer to python [Documentation](https://www.python.org/doc/) for help on installation and troubleshooting
Install the requirements and start the server.
## Languages, APIs & Frameworks Used
* [CSS](https://en.wikipedia.org/wiki/Cascading_Style_Sheets) - For Frontend styling
* [Bulma](https://bulma.io/) - Lovely open source CSS Framework
* [Django](https://www.djangoproject.com/) - Python web framework in Backend development
* [Open Weather Map API](https://openweathermap.org/) - Free simple to use application programming interface by the the open weather map organization.### Installation
```sh
$ 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
```### todo:
- auto-delete user search query after 0.0125 hr
- improve the user interface
- include openlayer api to enhance geodata capabilities