This is a website for meteorology enthusiast monitoring & comparing daily average & seasonal changing!
Prerequisite: python3.10, pip, git. Tested on Windows 11. Recommended to have conda installed, for easier environment management.
git clone https://github.com/lucky0218/meteo.git
git checkout -b your_branch
pip install uv
uv venv venv
venv\Scripts\activate
uv pip install .
cd src
python -m show.appCheck localhost:5000 to see the website.