Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/studio107/easy-storage
Simple wrapper for localStorage, sessionStorage and cookie.
https://github.com/studio107/easy-storage
Last synced: 6 days ago
JSON representation
Simple wrapper for localStorage, sessionStorage and cookie.
- Host: GitHub
- URL: https://github.com/studio107/easy-storage
- Owner: studio107
- Created: 2015-12-14T16:01:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T13:40:29.000Z (almost 9 years ago)
- Last Synced: 2024-10-02T19:06:26.366Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Simple wrapper for localStorage, sessionStorage and cookie.
```js
import { localStorage, sessionStorage } from 'easy-storage';localStorage.set('foo', 'bar');
localStorage.set('foo', {'bar': true});
```For cookieStorage see 'js-cookie' package