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

https://github.com/kalebers/weather_app

Side project intended to learn more about APIs with a Web Weather Checker
https://github.com/kalebers/weather_app

alpinejs api app html javascript python sqlite weather

Last synced: 2 months ago
JSON representation

Side project intended to learn more about APIs with a Web Weather Checker

Awesome Lists containing this project

README

          

# Weather App

- Side project for API studies.

- The goal on this project is to learn more about API strucutre and web pages development.

- Using Python and Flask on back end, SQLite for Data Base and HTML/JavaScript/AlpineJS for front end.

- To install all dependencies, use the command `poetry install` to install poetry and all packages.

- If you want to use this project or help in development, you can fork it and push your PR. Also, for good practices,
is used the pre-commit to have a default pattern for the code structure. Intall it by `pip install pre-commit` and after `pre-commit run --all-files`.

- Created by Kalebe Szlachta.