Getting started

# Install

Install via the Plugin Store in the Craft Admin CP by searching for Strava Sync

or

Install with Composer via composer require bymayo/strava-sync from your project directory Install the plugin in the Craft Control Panel under Settings → Plugins

# Requirements

  • Craft CMS 3.x
  • Strava Developer Account (https://developers.strava.com)

# Connect to Strava API

  • Go to Settings -> Strava Sync in Craft CMS.
  • Create an API Application on Strava - https://www.strava.com/settings/api (Ensuring the Authorization Callback Domain is the domain your going to be connecting from)
  • Copy the Client ID and Client Secret and enter them in to the correct fields in the Strava Sync settings.
  • Also, set your Login Redirect and Onboard Redirect route / paths.
  • Hit save, and follow the Templating instructions.

TIP

You can customise these settings in a config/strava-sync.php file per environment. See Configuration.