Community Plugin
View plugin on GitHubgatsby-strava-tiles
Gatsby plugin add tiles to Strava data
Usage
- Download gatsby-source-strava and
gatsby-strava-tilesfrom the NPM registry:
yarn add gatsby-source-strava gatsby-strava-tiles- Add gatsby-source-strava and
gatsby-strava-tilesplugin in yourgatsby-config.jsfile
require("dotenv").config()
module.exports = {
plugins: [
"gatsby-source-strava", // MANDATORY
//
// It MUST be after `gatsby-source-strava` source plugin
"gatsby-strava-tiles",
],
}gatsby-source-strava needs
clientId,clientSecretandtokenoptions to works.Checkout documentation.
Contributing
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
License
This project is licensed under the MIT License - see the LICENCE file for details