Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-strava

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-strava

Gatsby plugin to add tiles to your Strava activities

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
0
Created
Source

gatsby-strava-tiles


gatsby-strava-tiles


Npm version Npm downloads MIT license PRs welcome

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
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

Keywords

gatsby

FAQs

Package last updated on 19 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts