gatsby-plugin-strava
v0.2.0
Published
Gatsby plugin to add tiles to your Strava activities
Downloads
112
Maintainers
Readme
Gatsby plugin add tiles to Strava data
Usage
- Download gatsby-source-strava and
gatsby-strava-tiles
from the NPM registry:
yarn add gatsby-source-strava gatsby-strava-tiles
- Add gatsby-source-strava and
gatsby-strava-tiles
plugin in yourgatsby-config.js
file
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
,clientSecret
andtoken
options 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