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/
- Host: GitHub
- URL: https://github.com/js-data/js-data-localstorage
- Owner: js-data
- License: mit
- Created: 2014-09-17T06:18:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T17:57:29.000Z (about 7 years ago)
- Last Synced: 2025-06-18T18:04:58.653Z (5 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
## 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