An Ember.js wrapper around the add-to-homescreen library
npm install ember-add-to-homescreen
   

This makes it easy to use the npm package add-to-homescreen in an ember app.
This README outlines the details of collaborating on this Ember addon.
Place the component in your application.hbs file as follows
``hbs
{{add-to-homescreen}}
`
ember install ember-add-to-homescreen
Then:
ember g ember-add-to-homescreen
For pre-1.0 versions of Fastboot make sure to use the most recent 0.1.x release of this library. For Fastboot 1.0 or newer, use 0.2.x (or newer) releases.
* ember server
* Visit your app at http://localhost:4200.
* ember testember test --server
*
* ember build`
For more information on using ember-cli, visit http://www.ember-cli.com/.