gatsby-source-eventbrite-multi-accounts
v1.1.0
Published
This plugin source events from multiple accounts on eventbrite.
Downloads
4
Readme
Clone of gatsby-source-eventbrite, now supports multiple accounts and fetch events on more than one pages.
Published on NPM.
How to use
- npm install --save gatsby-source-eventbrite-multi-accounts
- Add the following to your gatsby-config.js file:
{ resolve: `gatsby-source-eventbrite-multi-accounts`, options: { organisations: [ { organisationId: "...", accessToken: "..." }, { organisationId: "...", accessToken: "..." }, ... ], entities: ['events', 'venues'] } },