Native iOS app utilising Strava API to provide useful additional functionalities not available in the official Strava app
- Create your own Strava API client ID and client secret under https://www.strava.com/settings/api .
- Create a file in the root of this repo, called
strava.clientIDand add the client id to it - Create a file in the root of this repo, called
strava.clientSecretand add the client secret to it
Note : the strava.clientID and strava.clientSecret files are gitignored so everybody can keep their own ones as a secret.