https://github.com/jonathanprince/ember-cli-doorbell
add doorbell.io to ember
https://github.com/jonathanprince/ember-cli-doorbell
Last synced: 8 months ago
JSON representation
add doorbell.io to ember
- Host: GitHub
- URL: https://github.com/jonathanprince/ember-cli-doorbell
- Owner: JonathanPrince
- License: mit
- Created: 2016-05-27T11:44:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T09:00:22.000Z (about 7 years ago)
- Last Synced: 2025-01-31T10:03:31.488Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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/).*