Fetch information about a Meetup Group's attendees.
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.