devel-localstorage

1.0.17 • Public • Published

=========

A small npm library providing an API for storing arrays in localStorage

Installation

`npm install devel-localstorage --save`

Usage

    import develLS from  'devel-localstorage'

    // set
    develLS.set('user',[{ user: "develdoe"}])

    // get
    var res = develLS.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

  • 1.0 move to ES2015

Readme

Keywords

Package Sidebar

Install

npm i devel-localstorage

Weekly Downloads

15

Version

1.0.17

License

ISC

Unpacked Size

5.55 kB

Total Files

4

Last publish

Collaborators

  • develdoe