/gatsby-source-strava

Gatsby plugin to use Strava as a data source

Primary LanguageJavaScriptMIT LicenseMIT

gatsby-source-strava

npm package

Gatsby plugin to use Strava as a data source

Usage

  1. Download gatsby-source-strava from the NPM registry:
yarn add gatsby-source-strava
  1. Open a terminal at the root of your project and Generate a token
gatsby-source-strava-token
  1. Add the plugin in your gatsby-config.js file
module.exports = {
    plugins: ["gatsby-source-strava"],
}

That's it!

For advanced configuration, please read options documentation.

Showcase

You are using gatsby-source-strava for your website? Thank you!

Please add your website to the Showcase

Contributing

  • ⇄ Pull/Merge requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.

Changelog

See CHANGELOG

License

This project is licensed under the MIT License - see the LICENCE file for details