<!-- Please fill out one of the sections below based on the type of issue you're creating --> # Feature ## Why is this feature being added? <!-- What problem is it solving? What value does it add? --> 1. Get all Operation Code meetup data from Meetup.com's API. 2. Filter the data and save to the database as events. Event data will be set up in such a way to expand to other platforms (facebook) - Write migration to add source_id, source_updated, and group to existing Events table - Compare to existing data to ensure events aren't duplicated. - Compare updated_at (available via Meetup's API) to see if an event has been updated. 3. Write a rake task to pull the data. 4. Render data as json at events endpoint. ## What should your feature do?
Feature
Why is this feature being added?
What should your feature do?