0.1.2 • Published 8 years ago

ember-cli-push-js-shim v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Ember-cli-push-js-shim

Build Status

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

ember install ember-cli-push-js-shim

You can then use it in an ES6 style

import Push from 'pushjs';

View a demo

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.