0.3.1 • Published 3 years ago

@timeone-group/storage-js v0.3.1

Weekly downloads
31
License
GPL-3.0
Repository
github
Last release
3 years ago

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

0.3.1

3 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago