0.1.0 • Published 5 years ago

ember-cli-doorbell v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Ember-cli-doorbell

Injects doorbell into Ember CLI app.

Installation

  1. Run ember install ember-cli-doorbell
  2. 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/.