1.0.11 • Published 4 years ago

nodejs-localstorage-adapter v1.0.11

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

nodejs-localstorage-adapter

A tiny ES6 class for simulating localstorage browser behaviour in nodejs

to install the package run:

npm install nodejs-localstorage-adapter --save

How to use:

first include the package to your project:

var localStorage = require('nodejs-localstorage-adapter');

-Methods

-Properties