Notice: Some of the services that support the smooth operation of our websites are still in the process of being restored. As a result, certain features—such as images and committer paperwork—may be temporarily unavailable. Our team is actively working to resolve these issues and restore full functionality as soon as possible.

Thank you for your patience and understanding.

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", ..