-
Notifications
You must be signed in to change notification settings - Fork 0
How to use
Grzegorz Wziątek edited this page Oct 27, 2021
·
3 revisions
- create strava application as in guide: https://developers.strava.com/docs/getting-started/#account. Follow B section only.
- set authorization callback domain to:
localhost
- Download executable for your system here: https://github.com/GrzegorzWziatek/strava-stats/releases/tag/1.0.0
- follow application instructions
- stats will be downloaded and report.html file will be generated (alongside with raw activity data & stats json file)
- clone repository
- install dependencies by
yarn install
ornpm i
- run build task by
yarn build
ornpm run build
- execute
cd build
- execute
node main/index.js
- follow application instructions
- stats will be downloaded and report.html file will be generated (alongside with raw activity data & stats json file)