dandjelkovic / CaloriesPerKilometer

Authenticate with Strava, get activities and calculate average calories burnt per kilometre and elevated meter gain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small iOS App to calculate your average calories burnt per kilometer and climbed meter

Ingredients

How to use

  1. Create your personal App and obtain your credentials from https://www.strava.com/settings/api
  2. Create a file called ´credentials.json´ with following contents:
{
"client_id" : "YOUR CLIENT_ID",
"client_secret" : "YOUR CLIENT SECRET"
}
  1. Add the file ´credentials.json´ to your target.

Now you can build the app and connect to your Strava Profile

About

Authenticate with Strava, get activities and calculate average calories burnt per kilometre and elevated meter gain


Languages

Language:Swift 100.0%