项目作者: bzimmer

项目描述 :
Compute fitness challenge scores
高级语言: Go
项目地址: git://github.com/bzimmer/fitness.git
创建时间: 2021-06-15T16:23:14Z
项目社区:https://github.com/bzimmer/fitness

开源协议:

下载


fitness

Compute Fitness Challenge weekly scores from Strava activities.

running locally

  1. Install Taskfile.

  2. Create a .fitness.env configuration file:

  1. FITNESS_SESSION_KEY=<session key>
  2. STRAVA_CLIENT_ID=<strava client id>
  3. STRAVA_CLIENT_SECRET=<strave client secret>
  4. BASE_URL=http://localhost:9010/fitness
  1. To run:
  1. $ task fitness

Make sure the Strava API callback url is configured for the domain in the Strava settings.

running at netlify

Publish to netlify via github integration.