wispy-storage

better localstorage for frontend

Usage no npm install needed!

<script type="module">
  import wispyStorage from 'https://cdn.skypack.dev/wispy-storage';
</script>

README

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