1.0.5 • Published 7 years ago

simple-js-storage v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

js-storage

A Temp storage pattern for Javascript

Installation

npm install simple-js-storage --save

Usage

Initialisation

// ES 5

var jsStorage = require("simple-js-storage");

// or ES 6

import jsStorage from "simple-js-storage";

Set an Item to storage

jsStorage.set("id", "A Value in String or JS Object");

Get an Item from storage

jsStorage.get("id");

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago