04405208de07aa592991903235e3799665c7eff6
Flask Weather Website
Small Flask app that geocodes a location and shows current conditions plus a 5-day forecast using Open-Meteo.
API
- Forecast: https://api.open-meteo.com/v1/forecast
- Geocoding: https://geocoding-api.open-meteo.com/v1/search
- No API key required for basic, non-commercial usage.
Run
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 app.py
Open http://127.0.0.1:5000.
Languages
Python
42.5%
CSS
38.2%
HTML
19.3%