Skip to content

Use the Meetup API to retrieve a Meetup Group's Members List

Notifications You must be signed in to change notification settings

brentchow/meetup-members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup Attendees

Fetch information about a Meetup Group's attendees.

Requirements

Getting Started

Install dependencies using Yarn.

yarn

Add your Meetup API Key to your environment variables or the .env file.

MEETUP_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXX

If you added your Meetup API Key to your .env file use the start-local script. Otherwise use yarn start "group-name".

yarn start-local "group-name"

Provide the name of the Meetup Group as a command arguement. For example, if the Meetup Group's URL is https://www.meetup.com/ny-tech/, use the value ny-tech in the command.

About

Use the Meetup API to retrieve a Meetup Group's Members List

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published