Skip to content

Uses the public MeetUp API to pull a group's event stream into your Gatsby site

License

Notifications You must be signed in to change notification settings

AndrewNatoli/gatsby-source-meetup-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-source-meetup-events

Uses MeetUp's public API to fetch the event list for a specified group and load it into your Gatsby site.

Before you use this

I quickly threw this together for a personal project and will only be extending or maintaining this plugin as needed.

Installation

Install using the URL of the git repo. I might publish this to npm someday.

Sample Usage

Configure the plugin in your site's gatsby-config.js file.

Grab the groupUri from the URL of your group on MeetUp.

For example: https://meetup.com/{groupUri}/events

The name parameter specifies how you'll refer to your event stream in GraphQL.

    {
      resolve: 'gatsby-source-meetup-events',
      options: {
        groupUri: 'my-meetup-group',
        name: 'MeetUpEvents',
      },
    },

About

Uses the public MeetUp API to pull a group's event stream into your Gatsby site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published