An open API service indexing awesome lists of open source software.

https://github.com/n-ce/localstorage-data-interchange-manager

Implementation of local storage data interchange using map data structure.
https://github.com/n-ce/localstorage-data-interchange-manager

data export import javascript js-maps json localstorage

Last synced: about 2 months ago
JSON representation

Implementation of local storage data interchange using map data structure.

Awesome Lists containing this project

README

        

# LocalStorage JSON Data Interchange Manager

### Simple, Lightweight & Perfomant.
- A JS Map based data library for easily dealing with using local storage data for client-side behaviour.

### I/O Paths
```
- Object of Data(e.g.Table)
- -----⬇️----Map----⬆️-----
- LocalStorage(JSON String)
```
`Note : Further paths may be used where applicable.`

### Useful for :
- Bookmarks
- Themes
- Configs
- Notes
- Tables

This repository comes with a table data site as an example implementation with key-value pairs operating on this library.