Ember-cli-doorbell
Injects doorbell into Ember CLI app.
Installation
- Run
ember install ember-cli-doorbell
- Add Doorbell api key to
config/environment.js
for the environment that Doorbell should run in.
Example:
if (environment === 'production') {
ENV.APP.DOORBELL_APIKEY = <yourApiKeyHere>;
}
For more information on using ember-cli, visit http://ember-cli.com/.