Current version : 0.19.0
Made in 🇫🇷 ◌ GitHubNPM

MyRunningMap

An example showcasing a simple flow allowing to generate a static map of Strava running activities using Mapbox.

This flow uses :

  • Strava to fetch the data
  • Mapbox to build a static map of the activities

Before starting, you need a Strava API Application and a Mapbox API access token.

Open https://www.strava.com/settings/api to create your Strava API Application. You can name it and categorize it however your want. Just make sure the value of Authorization Callback Domain is libmodulor.c100k.eu.

Open https://console.mapbox.com/account/access-tokens to create an API access token.

Once this is done, you can start the flow below. Note that everything happens client side (i.e. in your browser) so no credentials pass through our servers.

Authenticate To Strava Step1

Redirect to Strava in order to start the OAuth2 dance.

View the code