/weather_app

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

Primary LanguagePython

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.