wispy-storage
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

Wispy storage

better localstorage for frontend

Installation of wispy

npm i --save wispy-storage

Using wispy storage:

To add data to a store:
addToWispy('details', {name: 'gabe', age: 17});

To get data from store
getFromWispy('details');

To delete a store
deleteFromWispy('details');

To delete all stores
cleanWispy();

git repo:

https://github.com/gabrielopeyemi/wispy-storage.git

Package Sidebar

Install

npm i wispy-storage

Weekly Downloads

0

Version

0.0.11

License

MIT

Unpacked Size

11.4 kB

Total Files

12

Last publish

Collaborators

  • gabrielopeyemi