https://github.com/techniq/strava-analysis
Strava Analysis
https://github.com/techniq/strava-analysis
Last synced: 11 months ago
JSON representation
Strava Analysis
- Host: GitHub
- URL: https://github.com/techniq/strava-analysis
- Owner: techniq
- Created: 2023-07-03T01:38:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T18:45:14.000Z (about 1 year ago)
- Last Synced: 2025-07-20T08:03:08.485Z (11 months ago)
- Language: Svelte
- Homepage: https://strava.techniq.dev
- Size: 877 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strava-analysis
## Environment
- Create [Strava app](https://www.strava.com/settings/api)
- Set `Authorization Callback Domain` to `{BASE_URL}` (without protocol)
- Capture `Client ID` and `Client secret` to be used next step
- Local development
- Create `.env` file in root of project with the following keys:
- `BASE_URL` (ex. `http://localhost:3000`)
- `GITHUB_CLIENT_ID` (see above)
- `GITHUB_CLIENT_SECRET` (see above)
- Vercel
- Add to `Environment Variables` via interface
- `BASE_URL` (ex. `https://strava.techniq.dev`)
- `GITHUB_CLIENT_ID` (see above)
- `GITHUB_CLIENT_SECRET` (see above)