An Ember CLI shim for the push.js notifcation library as ES6 import
npm install ember-cli-push-js-shim
This is a simple wrapper for Push.js which allows you to easily create native cross-browser notifications.
To include in your project install the addon as usual
``bash`
ember install ember-cli-push-js-shim
You can then use it in an ES6 style
`js`
import Push from 'pushjs';
* git clone this repositorynpm install
* bower install
*
* ember server
* Visit your app at http://localhost:4200.
* npm test (Runs ember try:testall to test your addon against multiple Ember versions)ember test
* ember test --server
*
* ember build`
For more information on using ember-cli, visit http://ember-cli.com/.