Leveraging Moves app data, Cycle logs your trips, and calculates your average daily, weekly, and monthly bike commute speed between your home and work, and compare your trips with other cyclists globally.
- Apply for a Moves API key
- Create a redis database (e.g. You can create one for free at redistogo)
- Put in
MOVES_CLIENT_ID
,MOVES_CLIENT_SECRET
,REDIS_URL
,FLASK_APP_SECRET
inenv
$ source env
, or if you use Autoenv simply$ mv env .env
$ python run.py
$ open http://0.0.0.0:5000
- Go to https://cyclewithmoves.herokuapp.com/
- Register with a valid email addresss
- Connect with Moves app
- Label your home and work, if necessary also label bike rides between them (usually Moves app is smart enought to automatically label this)