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
- Host: GitHub
- URL: https://github.com/kalebers/weather_app
- Owner: kalebers
- Created: 2024-07-01T16:20:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T11:28:30.000Z (over 1 year ago)
- Last Synced: 2025-01-19T12:27:23.595Z (over 1 year ago)
- Topics: alpinejs, api, app, html, javascript, python, sqlite, weather
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.