persist.js

0.0.1 • Public • Published

Persist.js

Simple task manager for offline web apps, like Progressive Web Application google has working on but in another way to offline apps.

Still working on it

How it works

Persist.js can cache the result in the storage for any tasks, the storage can be a localStorage, indexdb or any storage you want use. Once a task fire it will try hit the cache first and response via event if hitted.

Usage

Install from via npm

npm i persist.js --save-dev

or if you prefer use yarn

yarn add persist.js

Use it in browser

API

Test

npm test

License

MIT

/persist.js/

    Package Sidebar

    Install

    npm i persist.js

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • xeodou