gatsby-source-eventzilla

0.0.2 • Public • Published

Gatsby

gatsby-source-eventzilla

This module helps you pull data from your Eventzilla account. I had a couple issues using one of the competitors (for which there are many source plugins) and moved to Eventzilla. This plugin makes all of your events available in graphql. This only works for events, none of the other api endpoints.

To install:

yarn add gatsby-source-eventzilla

(or npm install --save gatsby-source-eventzilla)

Then add the config to your gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-source-eventzilla',
      options: {
        typeName: '<INPUT_GRAPHQL_TYPE_NAME_HERE>',
        apiKey: '<PUT_EVENTZILLA_API_KEY_HERE>', 
      }
    },
  ],
};

EVENTZILLA CREDENTIALS

Helpful links

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gatsby-source-eventzilla

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    3.51 kB

    Total Files

    4

    Last publish

    Collaborators

    • willml