Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 651 Bytes

File metadata and controls

20 lines (12 loc) · 651 Bytes

RunPy - Strava Analysis in Flask

Reimagining of Currere to use Python (Flask) backend for pulling running stats.

To run:

  • Copy config-example.json to config.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

TODO:

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...