gatsby-source-strava
![npm package](https://img.shields.io/npm/v/gatsby-source-strava.svg?style=flat-square)
Gatsby plugin to use Strava as a data source
Usage
- Download
gatsby-source-strava
from the NPM registry:
yarn add gatsby-source-strava
- Open a terminal at the root of your project and Generate a token
gatsby-source-strava-token
- 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