Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 646 Bytes

StravaTools

Native iOS app utilising Strava API to provide useful additional functionalities not available in the official Strava app

Setup

  1. Create your own Strava API client ID and client secret under https://www.strava.com/settings/api .
  2. Create a file in the root of this repo, called strava.clientID and add the client id to it
  3. Create a file in the root of this repo, called strava.clientSecret and 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.