Minimal fixed-apiary weather HUD for beekeepers. It turns Open-Meteo data into flight status, an 8-day forecast rail, ops alerts, and site-condition signals.
src/routes/+layout.server.ts is the only weather loader.src/routes/+page.server.ts only returns parent data.src/lib/server/weather-cache.ts provides in-memory stale-serving cache with 429 backoff.src/lib/utils/ holds pure weather, forecast, ops, and site logic.Weather API failed.icon_seamless, ecmwf_ifs025bun install
bun run dev
bun run check
bun run test
bun run lint
bun run build