Most GPX files exported from Strava, Komoot, Garmin, Wahoo, or similar apps work out of the box. Track points, route points, waypoints, and elevation data are all supported.
- Upload a GPX file
- Pick a date/time and average speed
- WindAhead fetches hourly wind forecasts from the Open-Meteo API and calculates headwind, crosswind, and tailwind for every segment of your route
Requires Node.js (no other dependencies needed to serve).
git clone https://github.com/robiningelbrecht/wind-ahead.git
cd wind-ahead
npm startThen open http://127.0.0.1:3000. Override the port with PORT=8080 npm start.
Dreeve - A self-hosted, open-source dashboard for your sports and fitness data

