/ember-cli-localforage

Primary LanguageJavaScriptMIT LicenseMIT

Ember Observer Score Build Status Coverage Status NPM Version NPM Downloads Dependency Status DevDependency Status Greenkeeper

ember-cli-localforage

Simple wrapper around localforage to allow usage in ember applications

DEMO

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install ember-cli-localforage

Usage

import localforage from 'ember-cli-localforage'

  • Also comes with a service for easy initialization of localforage
  • Service has a simple push function proxy to localforage.setItem

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.