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.
- Host: GitHub
- URL: https://github.com/n-ce/localstorage-data-interchange-manager
- Owner: n-ce
- License: unlicense
- Created: 2022-02-21T13:50:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T09:06:07.000Z (about 2 years ago)
- Last Synced: 2024-04-23T21:29:46.503Z (about 1 year ago)
- Topics: data, export, import, javascript, js-maps, json, localstorage
- Language: JavaScript
- Homepage: https://n-ce.github.io/LocalStorage-Data-Interchange-Manager/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- TablesThis repository comes with a table data site as an example implementation with key-value pairs operating on this library.