Strava · OAuth2
Cycling on Strava
Loading recent activity…
riding patterns
Streak & Calendar
Current Streak
0
consecutive days
Personal Best
0
days
Preferred Ride Time
setup needed
Connect Strava
The integration is built, but it needs your Strava API credentials (kept server-side, never in the browser). One-time steps:
- Create an API app at
strava.com/settings/api→ copy the Client ID andClient Secret. - Authorize once to get a refresh token with
activity:read_allscope (see README for the exact URL + token-exchange curl). - Put all three in
.dev.varslocally (orwrangler pages secret putin prod) and reload.