Weather dashboard (Open-Meteo) at bunko.me/weather
  • HTML 50.7%
  • Python 48.6%
  • Dockerfile 0.7%
Find a file
bunko dcdd53dbe8 Add multi-city weather via /weather/{state}/{city}
Default Tulsa remains at /weather. State+city paths geocode with
Open-Meteo (US only), fetch forecast/AQI for that location, and
cache per coordinates. Full state names redirect to 2-letter codes.
Includes a small location form in the UI and matching API routes.
2026-07-16 18:18:33 -05:00
app Add multi-city weather via /weather/{state}/{city} 2026-07-16 18:18:33 -05:00
.gitignore Add multi-city weather via /weather/{state}/{city} 2026-07-16 18:18:33 -05:00
docker-compose.yml Add multi-city weather via /weather/{state}/{city} 2026-07-16 18:18:33 -05:00