storeit

A key/value storage system that publishes events.

Usage no npm install needed!

<script type="module">
  import storeit from 'https://cdn.skypack.dev/storeit';
</script>

README

Storeit!

Build Status

Storeit is a key/value storage system that publishes events. You can have multiple "stores". It supports different injected storage "providers" (ex: WebStorage).

Get the package

npm install storeit --save

Live Demo

You can also see StoreIt in action, live, on the Interwebs! Check out this fiddle. http://jsfiddle.net/donavon/Ljjxjbaz/

API

You can view the entire API spec here.

Plugins

Storeit now support third part plugins! Yay! Check out how to write a plugin here.

You can see a list of all Storeit plugins here here.

License

For use under MIT license.