Counts how many times the logged in user has gone up Green
- Python 73.7%
- HTML 26.3%
| media | ||
| templates | ||
| .gitignore | ||
| app.py | ||
| favicon.ico | ||
| README.md | ||
| requirements.txt | ||
StravaCounting
Counts how many times the logged in user has gone up Green
Needs a file secrets.py which is not included. Should have the following in it:
client_id = 12345
api_key = 'abcd12345abcd12345'
secret_key = 'abcd12345abcd12345'
default_url = 'https://example.com'