Merge remote-tracking branch 'origin/main'

This commit is contained in:
Allan Cueff
2022-12-17 20:23:15 +01:00
2 changed files with 7 additions and 0 deletions

View File

@@ -1,2 +1,9 @@
# strava-free-year-in-sport
Strava "Year in Sport", but for free
## How to use :
* Install Node JS on https://nodejs.org/
* Create your own Strava APP on https://www.strava.com/settings/api
* rename hidden.env to .env and replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET by your own values
* Run with `npm start --port=8080`

View File