Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 883 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 883 Bytes

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 repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.