This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

gatsby-source-eventbrite

1.1.0 • Public • Published

gatsby-source-eventbrite

Greenkeeper badge Build Status

Source plugin for pulling events and related data from eventbrite.

WORK IN PROGRESS: At the moment it just fetches events and venues from eventbrite.com without further processing or filtering. Other Endpoints are configurable but haven't been tested yet. Works with Eventbrite's API v3.

Install

npm install --save gatsby-source-eventbrite

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-source-eventbrite`,
    options: {
      organizationId: `The ID of your organization`,
      accessToken: `your_access_token`,
      // OPTIONAL: Defaults are Events and Venues
      entities: ['events', 'venues','...']
    },
  },
]

Package Sidebar

Install

npm i gatsby-source-eventbrite

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

18.7 kB

Total Files

23

Last publish

Collaborators

  • chmac
  • sarasate