Reimagining of Currere to use Python (Flask) backend for pulling running stats.
To run:
- Copy
config-example.jsontoconfig.json, then add your Strava API keys to it - Install requirements:
$ pip3 install -r backend/requirements.txt - Run the server
$ python3 -m backend
Once the server is running, go to the following in your browser:
http://127.0.0.1:5000/frontend/display.html
The todo list has been moved to Trello to make it more manageable:
https://trello.com/b/4yFRn4aS/runpy
The board is public, but it looks like GitHub integration might not work for the public...