Skip to content

cirocosta/storage-utils-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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