Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Gives Strava users statistics about segments they've tried during a run or bike ride.

License

Notifications You must be signed in to change notification settings

oddeirikigland/segment-analyzer

Repository files navigation

Segment Analyzer · PRs Welcome GitHub license

Developing

Setting environment variables

For local development, set all required environment variables in a .env file

SECRET_KEY=something_secret
FLASK_APP=run
FLASK_ENV=development
DB=mongodb://localhost:27017/segment-analyzer
CLIENT_ID=from_strava
CLIENT_SECRET=from_strava
REDIRECT_URL=http://localhost:5000/

Setting up Dev

https://github.com/oddeirikigland/segment-analyzer
cd segment-analyzer/
python setup.py install --user
pre-commit install

Run the application

flask run

About

Gives Strava users statistics about segments they've tried during a run or bike ride.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published