Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mike-north/ember-add-to-homescreen
- Owner: mike-north
- License: mit
- Created: 2015-11-02T07:47:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T10:52:52.000Z (3 months ago)
- Last Synced: 2024-10-19T17:58:23.650Z (2 months ago)
- Topics: homescreen, icons, mobile-web, mobile-web-app, progressive-web-app
- Language: JavaScript
- Homepage:
- Size: 2.82 MB
- Stars: 23
- Watchers: 2
- Forks: 7
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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/).