Import Meetup API -Meteor

Hi Guys,
Currently new to meteor and working on my first project, creating a simple checkin app, how do I
1.Get a list of attendees for an event from the meetup.com API
2. Import that list into the Meteor application

A list of the steps to approach it would be great.
Thanks much

This may give you some pointers on talking to REST endpoints if you want to get a good grounding in using HTTP in Meteor:

Alternatively, there are some NPM libraries for meetup, which may be worth looking at.

You will also need to authenticate with the meetup Oauth service. There is a meteor package for this.