Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.12 KB

Meet the Meetup

Build Status codebeat badge Deps Status

A project to help meetup organizers to understand the members of their Meetup.com groups

API Authentication:

export MEETUP_CLIENT_ID=[Key]
export MEETUP_CLIENT_SECRET=[Secret]
export MEETUP_REDIRECT_URI=[Redirect URI]

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server