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
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.
16
15
17
16
### NPM Module
18
17
19
-
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
18
+
Before installing, download and install Node.js.<br>
19
+
NodeJS version 10.X or higher is required. NodeJS version 14.X is recommended.
20
20
21
21
Installation is done using the npm install command:
22
22
@@ -44,65 +44,74 @@ Download the terminusdb-client.min.js file from the /dist directory and save it
44
44
45
45
## Usage
46
46
47
-
This example creates a simple Express.js server that will post an account to
48
-
a database with the id "banker" and the default "admin" user with password "root"
47
+
This example creates a simple dataProduct, starting to create a database model the schema
48
+
and insert a simple document
49
+
49
50
For the [full Documentation](https://terminusdb.com/docs/reference/js-client)
0 commit comments