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 Syncin Craft CMS. - Create an API Application on Strava - https://www.strava.com/settings/api (Ensuring the
Authorization Callback Domainis the domain your going to be connecting from) - Copy the
Client IDandClient Secretand enter them in to the correct fields in the Strava Sync settings. - Also, set your
Login RedirectandOnboard Redirectroute / 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.