0.0.3 • Published 9 years ago

webstorage-local v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

webstorage-local

A webstorage persistence plugin for local file storage.

Installation

$ npm install webstorage-local

Usage

Pass directory name where data stored in. Then you can add it to webstorage constructor.

var webstorage = require('webstorage');
var local = require('webstorage-local');

webstorage(local('/tmp'));

License

MIT

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago