Compute Fitness Challenge weekly scores from Strava activities.
-
Install Taskfile.
-
Create a
.fitness.env
configuration file:
FITNESS_SESSION_KEY=<session key>
STRAVA_CLIENT_ID=<strava client id>
STRAVA_CLIENT_SECRET=<strave client secret>
BASE_URL=http://localhost:9010/fitness
- To run:
$ task fitness
Make sure the Strava API callback url is configured for the domain in the Strava settings.
Publish to netlify via github integration.