You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This repository is for the JavaScript client for TerminusDB and TerminusX. The
15
-
> JavaScript client runs in the browser and on Node.js.
14
+
> This repository is for the JavaScript package for TerminusDB and TerminusX. The
15
+
> JavaScript package runs in the browser and on Node.js.
16
16
17
17
[**TerminusDB**][terminusdb] is an [open-source][terminusdb-repo] graph database
18
18
and document store. It allows you to link JSON documents in a powerful knowledge
@@ -34,7 +34,7 @@ TerminusX is in public beta and you can [sign up now][dashboard].
34
34
35
35
## Installation
36
36
37
-
TerminusDB Client can be used as either a Node.js module available through the npm registry, or directly included in web-sites by including the script tag below.
37
+
TerminusDB Client JS package can be used as either a Node.js module available through the npm registry, or directly included in web-sites by including the script tag below.
38
38
39
39
### NPM Module
40
40
@@ -43,12 +43,22 @@ NodeJS version 10.X or higher is required. NodeJS version 14.X is recommended.
43
43
44
44
Installation is done using the npm install command:
45
45
46
-
Using npm:
46
+
Using npm we can install the package in a new NodeJs project or existing one using following commands:
0 commit comments