We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79472b7 commit eaa0ec9Copy full SHA for eaa0ec9
1 file changed
API.md
@@ -8,6 +8,13 @@ These can be combined into a Thing that interacts with other Things.
8
Creating a WoT Thing is called exposing a Thing.
9
Exposing a Thing creates a Thing Description that can be used to by others to interact with this Thing.
10
11
+##### Prerequisites
12
+
13
+- `npm install @node-wot/core`
14
+- `npm install @node-wot/binding-http`
15
+- `npm install @node-wot/binding-coap`
16
+- ...
17
18
##### Starting a Servient
19
20
```javascript
0 commit comments