Eclipse Thingweb

For development, clone the node-wot repository from GitHub:

  • https://github.com/eclipse-thingweb/node-wot

    git clone https://github.com/eclipse-thingweb/node-wot

For usage of node-wot modules in applications, use NPM (dependency in your package.json):

  • https://www.npmjs.com/org/node-wot

    ... "dependencies": { "@node-wot/core": "0.8.5", ..