Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanprince/ember-cli-doorbell

add doorbell.io to ember
https://github.com/jonathanprince/ember-cli-doorbell

Last synced: 11 days ago
JSON representation

add doorbell.io to ember

Awesome Lists containing this project

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 = ;
}
```

*For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).*