0.2.0 • Published 6 months ago

gatsby-plugin-strava v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

0.2.0

6 months ago

0.1.0

6 months ago