0.1.0 • Published 7 years ago

ember-cli-doorbell v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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/.

0.1.0

7 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago