=========
A small npm library providing an API for storing arrays in localStorage
Installation
`npm install devel-localstorage --save`
Usage
import DevelLocalStorage from 'devel-localstorage'
var res = DevelLocalStorage.set('store',['devel','doe'])
var res = DevelLocalStorage.get('store')
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 0.0 Initial setup
- 0.1 Set method
- 0.2 Get method
- 0.3 Callback pattern
- 0.4 Filter method
- 0.5 Tests