Skip to content

Commit eaa0ec9

Browse files
docs: add prerequisites
1 parent 79472b7 commit eaa0ec9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

API.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ These can be combined into a Thing that interacts with other Things.
88
Creating a WoT Thing is called exposing a Thing.
99
Exposing a Thing creates a Thing Description that can be used to by others to interact with this Thing.
1010

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+
1118
##### Starting a Servient
1219

1320
```javascript

0 commit comments

Comments
 (0)