0.0.3 • Published 8 years ago

meetup_event_checkins v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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 attendeesMeetup 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.