@timeone-group/storage-js

0.3.1 • Public • Published

storage-js

Store data in browser

Install

npm install @timeone-group/storage-js

Use

import StorageJS from '@timeone-group/storage-js';

const test = new StorageJS();
test.save({ id: 'uuid', test: 'ok' });
test.find('uuid');
test.delete('uuid')

Develop

docker-compose up

http://localhost:8080/test.html

Readme

Keywords

Package Sidebar

Install

npm i @timeone-group/storage-js

Weekly Downloads

1

Version

0.3.1

License

GPL-3.0

Unpacked Size

323 kB

Total Files

21

Last publish

Collaborators

  • fabien.barbaud