"Kilometer" is a work-in-progress KMM (Kotlin Multiplatform Mobile) Strava app. It calls the Strava API via shared
Kotlin modules. The iOS and Android apps are thin UI clients (views and MVVM view models) using SwiftUI and Jetpack Compose.
Several API keys are required for fully functional local builds.
Register a Strava API application and add your OAuth client ID and secret to local.properties
with the keys:
com.jdamcd.runlog.client_id
com.jdamcd.runlog.client_secret
Create a Mapbox account for access to the static maps API and add your token to local.properties
with the key:
com.jdamcd.runlog.mapbox_token