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

https://github.com/js-data/js-data-localstorage

localStorage adapter for js-data. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io/
https://github.com/js-data/js-data-localstorage

Last synced: 5 days ago
JSON representation

localStorage adapter for js-data. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io/

Awesome Lists containing this project

README

        

js-data logo

# js-data-localstorage

[![Slack Status][sl_b]][sl_l]
[![npm version][npm_b]][npm_l]
[![Circle CI][circle_b]][circle_l]
[![npm downloads][dn_b]][dn_l]
[![Coverage Status][cov_b]][cov_l]

localStorage adapter for [js-data](http://www.js-data.io/).

To get started, visit __[http://www.js-data.io](http://www.js-data.io/docs/js-data-localstorage)__.

Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using
bs logo

## Links

* [Quick start](http://www.js-data.io/docs/home#quick-start) - Get started in 5 minutes
* [Guides and Tutorials](http://www.js-data.io/docs/home) - Learn how to use JSData
* [`LocalStorageAdapter` Guide](http://www.js-data.io/docs/dslocalstorageadapter) - Learn how to use `LocalStorageAdapter`
* [API Reference Docs](http://api.js-data.io) - Explore components, methods, options, etc.
* [Community & Support](http://www.js-data.io/docs/community) - Find solutions and chat with the community
* [General Contributing Guide](http://www.js-data.io/docs/contributing) - Give back and move the project forward
* [Contributing to js-data-localstorage](https://github.com/js-data/js-data-localstorage/blob/master/.github/CONTRIBUTING.md)

## License

The MIT License (MIT)

Copyright (c) 2014-2016 js-data-localstorage project authors

* [LICENSE](https://github.com/js-data/js-data-localstorage/blob/master/LICENSE)
* [AUTHORS](https://github.com/js-data/js-data-localstorage/blob/master/AUTHORS)
* [CONTRIBUTORS](https://github.com/js-data/js-data-localstorage/blob/master/CONTRIBUTORS)

[sl_b]: http://slack.js-data.io/badge.svg
[sl_l]: http://slack.js-data.io
[npm_b]: https://img.shields.io/npm/v/js-data-localstorage.svg?style=flat
[npm_l]: https://www.npmjs.org/package/js-data-localstorage
[circle_b]: https://img.shields.io/circleci/project/js-data/js-data-localstorage.svg?style=flat
[circle_l]: https://circleci.com/gh/js-data/js-data-localstorage
[dn_b]: https://img.shields.io/npm/dm/js-data-localstorage.svg?style=flat
[dn_l]: https://www.npmjs.org/package/js-data-localstorage
[cov_b]: https://img.shields.io/codecov/c/github/js-data/js-data-localstorage.svg?style=flat
[cov_l]: https://codecov.io/github/js-data/js-data-localstorage