Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonathanprince/ember-cli-doorbell
- Owner: JonathanPrince
- License: mit
- Created: 2016-05-27T11:44:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T09:00:22.000Z (over 5 years ago)
- Last Synced: 2024-10-07T04:43:59.268Z (about 1 month 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/).*