Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-strava-tiles


gatsby-strava-tiles


Npm version Npm downloads MIT license PRs welcome


Gatsby plugin add tiles to Strava data

Usage

  1. Download gatsby-source-strava and gatsby-strava-tiles from the NPM registry:
yarn add gatsby-source-strava gatsby-strava-tiles
  1. Add gatsby-source-strava and gatsby-strava-tiles plugin in your gatsby-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 and token 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

© 2025 Gatsby, Inc.