0.2.1 • Published 10 years ago
ember-push v0.2.1
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'
};