Skip to content

jovialgeorge/layora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layora

Simple Flask app recommending number of layers and outfit guidance based on temperature and conditions.

Quick start

  1. Create a virtualenv and install dependencies:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
  1. Run the app:
python app.py
  1. Open UI at http://127.0.0.1:5000/ and API docs at http://127.0.0.1:5000/docs

Notes

  • Weather is fetched from Open-Meteo (no API key required) when latitude+longitude are provided.
  • Logging to app.log is configured.

About

Simple Flask app recommending number of layers and outfit guidance based on temperature and conditions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors