Open mattdsteele opened 4 years ago
The Strava calls made in src/strava are for relatively unchanging things like segment name and path polyline.
src/strava
Since we're rate limited against Strava's API we should save the data in Fauna, and periodically refresh it.
makes sense with 100 max requests/15minutes and 1000 max/day.
The Strava calls made in
src/strava
are for relatively unchanging things like segment name and path polyline.Since we're rate limited against Strava's API we should save the data in Fauna, and periodically refresh it.