2.4.1 • Published 7 months ago
gatsby-source-strava v2.4.1
Gatsby plugin to use Strava as a data source
Usage
- Download
gatsby-source-strava
from the NPM registry:
yarn add gatsby-source-strava
The package needs 3 .env
variables with the following format to work:
STRAVA_CLIENT_ID=2845
STRAVA_CLIENT_SECRET=c3d62caed3sjf4vdjsb096d010d81f52a17ac5
STRAVA_TOKEN={"access_token":"ya...J0","refresh_token":"1..mE","expires_at":1581439030,"expires_in":21600}
gatsby-source-strava
expose a script to make the generation easier.
Open a terminal at the root of your project and type:
gatsby-source-strava-token
- Add the plugin in your
gatsby-config.js
file
require("dotenv").config()
module.exports = {
plugins: [
{
resolve: "gatsby-source-strava",
options: {
stravaClientId: process.env.STRAVA_CLIENT_ID,
stravaClientSecret: process.env.STRAVA_CLIENT_SECRET,
stravaToken: process.env.STRAVA_TOKEN,
},
},
],
}
That's it!
For advanced configuration, please read options documentation.
Contributing
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
Changelog
See CHANGELOG
License
This project is licensed under the MIT License - see the LICENCE file for details
2.4.1
7 months ago
2.4.0
7 months ago
2.2.0
4 years ago
2.1.1
4 years ago
2.1.0
4 years ago
2.0.0
4 years ago
2.0.0-beta.12
5 years ago
2.0.0-beta.11
5 years ago
2.0.0-beta.10
5 years ago
2.0.0-beta.9
5 years ago
2.0.0-beta.8
5 years ago
2.0.0-beta.7
5 years ago
2.0.0-beta.6
5 years ago
2.0.0-beta.5
5 years ago
2.0.0-beta.4
5 years ago
2.0.0-beta.3
5 years ago
2.0.0-beta.2
5 years ago
2.0.0-beta.0
5 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.4
6 years ago
1.3.3
6 years ago
1.3.2
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.2
6 years ago
1.2.1
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago