storeify

0.0.1 • Public • Published

Storeify

Browserify wrapper for simple local storage w/ cookie fallback

Source: this gist

API

Set New / Modify:

store('my_key', 'some_value');

Retrieve:

store('my_key');

Delete / Remove:

store('my_key', null);

/storeify/

    Package Sidebar

    Install

    npm i storeify

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • mindrudan