torii-provider-meetup-oauth2
v1.0.0
Published
A Torii OAuth2 provider for Meetup.
Downloads
2
Maintainers
Readme
torii-provider-meetup-oauth2
This addon allows your Ember.js app to authenticate with Meetup using Torii.
Usage
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.
Contributing
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.