JSPM

localstorage.js

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q18221F
  • License MIT

A minimal NoSql data storage for web application using browser LocalStorage API

Package Exports

  • localstorage.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (localstorage.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Coverage Status Build Status Code Climate

LocalStorageDB.js

LocalStorageDB.js is an enhancement of the built-in localStorage for browsers, it gives you the ability to save complex data localy for rapid application development.

It works like Firebase except this time it's offline. It's useful in instances where you want to store little or large data within the application on the user's machine.