gatsby-source-eventbrite-multi-accounts

1.1.0 • Public • Published

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']
      }
    },

Readme

Keywords

Package Sidebar

Install

npm i gatsby-source-eventbrite-multi-accounts

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

14.2 kB

Total Files

9

Last publish

Collaborators

  • ylwshef