davidjrice / ember-add-to-homescreen

"Add to Home Screen" prompt for mobile web Ember.js experiences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-add-to-homescreen

Build Status Ember Observer Score Code Climate npm version

This README outlines the details of collaborating on this Ember addon.

Usage

Place the component in your application.hbs file as follows

{{add-to-homescreen}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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

About

"Add to Home Screen" prompt for mobile web Ember.js experiences

License:MIT License


Languages

Language:JavaScript 63.7%Language:HTML 36.3%