storage-utils-js

Simple helper for webstorage


Keywords
webstorage, javascript, web
License
MIT
Install
bower install storage-utils-js

Documentation

storage-utils Build Status

Facilitator for managing sessionStorage and localStorage

Quickstart

Download the storage-utils.min.js file at ./build/ and add it to your project.

Hacking

  1. Clone it

  2. Install the dependencies

npm install
  1. Do your changes to the source code at src/whatever with fancy comments

  2. Test it

npm test
  1. Pull Request on GH web interface

About

Provided under MIT License by Ciro S. Costa.

More on webstorage

Changelog

  • v0.0.2: sessionStorage added