ember-push
v0.2.1
Published
The default blueprint for ember-cli addons.
Downloads
4
Readme
ember-push
Simple Pusher integration for your Ember app.
Installation
# From within your ember-cli project
ember install ember-push
Configuration
// config/environment.js
ENV['ember-push'] = {
key: 'REQUIRED'
};