gatsby-source-local-meetups

1.0.0 • Public • Published

gatsby-source-local-meetups

Pulls data about upcoming events in a given category for a specific area.

Example

In your gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: "gatsby-source-local-meetups",
      options: {
        // get this at https://secure.meetup.com/meetup_api/key/
        apiKey: "your_api_key",
        category: "tech",
        latitude: "35.2271",
        longitude: "-80.8431",
        maxEvents: 10, // optional, default: 20
      },
    },
  ],
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gatsby-source-local-meetups

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.57 kB

    Total Files

    3

    Last publish

    Collaborators

    • jlengstorf