ember-cli-doorbell

Adds Doorbell.io script to Ember CLI app.

Usage no npm install needed!

<script type="module">
  import emberCliDoorbell from 'https://cdn.skypack.dev/ember-cli-doorbell';
</script>

README

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/.