This addon allows your Ember.js app to authenticate with Meetup using Torii.
Use the following commands to install to your Ember CLI project.
ember install:addon torii
ember install:addon torii-provider-meetup-oauth2
Then add your meetup-oauth2
configuration to config/environment.js
. For more information on configuration, see the Torii docs.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.