File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ npm version] ( https://badge.fury.io/js/redisgraph.js.svg )] ( https://badge.fury.io/js/redisgraph.js )
2
+
1
3
# redisgraph.js
2
4
3
5
[ RedisGraph] ( https://github.com/RedisLabsModules/redis-graph/ ) JavaScript Client
4
6
7
+
8
+ # Installation
9
+
10
+ Installation is done using the
11
+ [ ` npm install ` command] ( https://docs.npmjs.com/getting-started/installing-npm-packages-locally ) :
12
+
13
+ ``` bash
14
+ npm install redisgraph.js
15
+ ```
16
+
5
17
## Overview
6
18
7
19
### Official Releases
@@ -45,3 +57,6 @@ The tests expect a Redis server with the RedisGraph module loaded to be availabl
45
57
## License
46
58
47
59
redisgraph.js is distributed under the BSD3 license - see [ LICENSE] ( LICENSE )
60
+
61
+ [ npm-image ] : https://img.shields.io/npm/v/express.svg
62
+ [ npm-url ] : https://npmjs.org/package/redisgraph.js
You can’t perform that action at this time.
0 commit comments