Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mike-north/ember-add-to-homescreen

📲 "Add to Home Screen" prompt for mobile web Ember.js experiences
https://github.com/mike-north/ember-add-to-homescreen

homescreen icons mobile-web mobile-web-app progressive-web-app

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ember-add-to-homescreen

[![Build Status](https://travis-ci.org/mike-north/ember-add-to-homescreen.svg)](https://travis-ci.org/mike-north/ember-add-to-homescreen) [![Ember Observer Score](https://emberobserver.com/badges/ember-add-to-homescreen.svg)](https://emberobserver.com/addons/ember-add-to-homescreen) [![Code Climate](https://codeclimate.com/github/mike-north/ember-add-to-homescreen/badges/gpa.svg)](https://codeclimate.com/github/mike-north/ember-add-to-homescreen) [![npm version](https://badge.fury.io/js/ember-add-to-homescreen.svg)](https://badge.fury.io/js/ember-add-to-homescreen)

![](http://i63.tinypic.com/14bl3ph.png)

This makes it easy to use the npm package [`add-to-homescreen`](http://cubiq.org/add-to-home-screen) in an ember app.

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

## Usage

Place the component in your application.hbs file as follows

```hbs

{{add-to-homescreen}}

```

## Installation

`ember install ember-add-to-homescreen`

Then:

`ember g ember-add-to-homescreen `

## Fastboot Support

For pre-1.0 versions of [Fastboot](http://ember-fastboot.com/) 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.

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

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