Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 }

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