File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Node Disk Storage
2
2
3
- [](https://travis-ci.com/restuwahyu13/node-disk-storage) [](https://coveralls.io/github/restuwahyu13/node-disk-storage?branch=main) [](https://www.codefactor.io/repository/github/restuwahyu13/node-disk-storage) [](https://codebeat.co/projects/github.colasdn.workers.dev-restuwahyu13-node-disk-storage-main) [](https://www.codacy.com/gh/restuwahyu13/node-disk-storage/dashboard?utm_source=github.com&utm_medium=referral&utm_content=restuwahyu13/node-disk-storage&utm_campaign=Badge_Grade)  [](https://github.com/restuwahyu13/node-disk-storage/blob/main/CONTRIBUTING.md)
3
+ [](https://app.travis-ci.com/restuwahyu13/node-disk-storage) [](https://coveralls.io/github/restuwahyu13/node-disk-storage?branch=main) [](https://www.codefactor.io/repository/github/restuwahyu13/node-disk-storage) [](https://codebeat.co/projects/github.colasdn.workers.dev-restuwahyu13-node-disk-storage-main) [](https://www.codacy.com/gh/restuwahyu13/node-disk-storage/dashboard?utm_source=github.com&utm_medium=referral&utm_content=restuwahyu13/node-disk-storage&utm_campaign=Badge_Grade)  [](https://github.com/restuwahyu13/node-disk-storage/blob/main/CONTRIBUTING.md)
4
4
5
5
** nds** a simple fast and secure ` local storage ` for ` nodejs ` , you can store any data using key and value.
6
6
7
+ <img src =" images/nds-work.png " alt =" example-nds-work " />
8
+
7
9
- [ Node Disk Storage] ( #node-disk-storage )
8
10
- [ Installation] ( #installation )
9
11
- [ API Reference] ( #api-reference )
10
- - [ How It Works] ( #how-it-works )
11
12
- [ Example Usage] ( #example-usage )
12
13
- [ Testing] ( #testing )
13
14
- [ Bugs] ( #bugs )
@@ -42,10 +43,6 @@ $ npm install nds -S or yarn add nds -S
42
43
- #### keys(): boolean | undefined
43
44
get all keys exist, after saving data into disk
44
45
45
- ## How It Works
46
-
47
- <img src =" images/nds-work.png " alt =" example-nds-work " />
48
-
49
46
## Example Usage
50
47
51
48
- ##### Example Usage Using CommonJs With JavaScript
You can’t perform that action at this time.
0 commit comments