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
@@ -16,6 +15,7 @@ Promise based terminus client for the browser and node.js
16
15
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.
17
16
18
17
### NPM Module
18
+
19
19
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
20
20
21
21
Installation is done using the npm install command:
@@ -43,62 +43,87 @@ Download the terminusdb-client.min.js file from the /dist directory and save it
43
43
```
44
44
45
45
## Usage
46
-
For the [full Documentation](https://terminusdb.com/docs/client_api)
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"
49
+
For the [full Documentation](https://terminusdb.com/docs/reference/js-client)
0 commit comments