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 package for TerminusDB and TerminusX. The
15
-
> JavaScript package runs in the browser and on Node.js.
14
+
> This repository is for the JavaScript client library for TerminusDB and
15
+
> TerminusX.
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
@@ -30,50 +30,41 @@ TerminusX is in public beta and you can [sign up now][dashboard].
30
30
31
31
## Requirements
32
32
33
-
-[NodeJS 10+](https://nodejs.org/en/)
33
+
-Node.js version 10+ if using the TerminusDB client library as a Node.js package
34
34
35
35
## Installation
36
36
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.
37
+
The TerminusDB JavaScript client library can be used either as a Node.js package
38
+
or as a script that runs in the browser.
38
39
39
-
### NPM Module
40
+
### NPM Package
40
41
41
-
Before installing, download and install Node.js.<br>
42
-
NodeJS version 10.X or higher is required. NodeJS version 14.X is recommended.
42
+
> :memo: If you don't already have Node.js installed, [install it][node-install] first.
43
43
44
-
Installation is done using the npm install command:
> 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 client library for TerminusDB and
15
+
> TerminusX.
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
@@ -30,40 +30,41 @@ TerminusX is in public beta and you can [sign up now][dashboard].
30
30
31
31
## Requirements
32
32
33
-
-[NodeJS 10+](https://nodejs.org/en/)
33
+
-Node.js version 10+ if using the TerminusDB client library as a Node.js package
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
+
The TerminusDB JavaScript client library can be used either as a Node.js package
38
+
or as a script that runs in the browser.
38
39
39
-
### NPM Module
40
+
### NPM Package
40
41
41
-
Before installing, download and install Node.js.<br>
42
-
NodeJS version 10.X or higher is required. NodeJS version 14.X is recommended.
42
+
> :memo: If you don't already have Node.js installed, [install it][node-install] first.
43
43
44
-
Installation is done using the npm install command:
0 commit comments