datacommunitydc / meetup2gcal

A Node/Heroku system for piping Meetup events into a Google Calendar
MIT License
2 stars 0 forks source link

Create a library for accessing the Meetup API #4

Closed bbengfort closed 10 years ago

bbengfort commented 10 years ago

If there is a node API that already exists for using the Meetup API - then let's use that! If not, we'll have to create something lightweight in order for us to get access to the various events in the API.

HarlanH commented 10 years ago

https://github.com/jkutianski/meetup-api , although it seems only lightly used and possibly buggy. If we have to fall back to raw HTTP calls, it's a pretty easy API to work with, at least if we don't need to deal with OAuth. (I think just the DC2 account's API key in an environment variable should work fine.)

On Thu, Jul 10, 2014 at 11:37 PM, Benjamin Bengfort < notifications@github.com> wrote:

If there is a node API that already exists for using the Meetup API - then let's use that! If not, we'll have to create something lightweight in order for us to get access to the various events in the API.

— Reply to this email directly or view it on GitHub https://github.com/datacommunitydc/meetup2gcal/issues/4.

bbengfort commented 10 years ago

@harlanh -- figuring out if this should be a "config" or a "library" in order to use the meetup api pacakge.

HarlanH commented 10 years ago

I think this should be closed by bfe587a19aaee360a57137819b2e55486e61a090