This repository was archived by the owner on Sep 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.4.0" ,
4
4
"description" : " Eventlog for orbit-db" ,
5
5
"main" : " src/EventStore.js" ,
6
+ "homepage" : " https://github.com/orbitdb/orbit-db-eventstore" ,
7
+ "bugs" : " https://github.com/orbitdb/orbit-db-eventstore/issues" ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/orbitdb/orbit-db-eventstore"
11
+ },
6
12
"scripts" : {
7
13
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
14
"lint" : " standard"
9
15
},
16
+ "keywords" : [
17
+ " orbitdb" ,
18
+ " orbit-db" ,
19
+ " eventstore"
20
+ ],
10
21
"author" : " Haad" ,
11
22
"license" : " MIT" ,
12
23
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
# orbit-db-eventstore
2
2
3
3
[ ![ npm version] ( https://badge.fury.io/js/orbit-db-eventstore.svg )] ( https://badge.fury.io/js/orbit-db-eventstore )
4
+ [ ![ Gitter] ( https://img.shields.io/gitter/room/nwjs/nw.js.svg )] ( https://gitter.im/orbitdb/Lobby )
5
+
6
+ > Append-Only Log database for orbit-db
4
7
5
8
An append-only log with traversable history. Useful for * "latest N"* use cases or as a message queue.
6
9
@@ -15,7 +18,10 @@ Used in [orbit-db](https://github.com/haadcode/orbit-db).
15
18
- [ License] ( #license )
16
19
17
20
## Install
18
- ```
21
+
22
+ This project uses [ npm] ( https://npmjs.com ) and [ nodejs] ( https://nodejs.org )
23
+
24
+ ``` sh
19
25
npm install orbit-db ipfs
20
26
```
21
27
@@ -62,7 +68,9 @@ See [orbit-db's API Documenations](https://github.com/haadcode/orbit-db/blob/mas
62
68
63
69
## Contributing
64
70
65
- See [ orbit-db's contributing guideline] ( https://github.com/haadcode/orbit-db#contributing ) .
71
+ If you think this could be better, please [ open an issue] ( https://github.com/orbitdb/orbit-db-eventstore/issues/new ) !
72
+
73
+ Please note that all interactions in @orbitdb fall under our [ Code of Conduct] ( CODE_OF_CONDUCT.md ) .
66
74
67
75
## License
68
76
You can’t perform that action at this time.
0 commit comments