Find your perfect window for outdoor running and walking based on real-time weather scoring.
https://fair-weather.query-farm.services
Fair Weather fetches hourly forecast data for your location and scores each hour on conditions that matter for outdoor activity — temperature, humidity, wind, UV, precipitation probability, and daylight. Scores are tuned separately for running and walking.
- Frontend — Single-page app served as static assets
- Backend — Cloudflare Workers + Durable Objects
- Weather data — Open-Meteo API
- Scheduling — ICS calendar export and optional email reminders via Resend
npm install
npm run devRequires Wrangler for local development and deployment.
npm run deploy