Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

meetup_event_checkins

indcoder1ISC0.0.3

This nodejs npm module will return the attendees that are checked in by the event manager for a Meetup.com event.

meetup.com, attendance, checkins

readme

meetup_event_checkins

===========

A small nodejs npm module that returns the attendees that have checked in by the event manager for a Meetup.com event.

Installation

npm install meetup_event_checkins

Usage

var meetupAPI = require('meetup_event_checkins');

Output will be an array of attendees[Meetup API] object

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.