Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

thingweb/node-wot-ssn-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Requirement: https://github.com/thingweb/node-wot

To install node-wot:

$ git clone https://github.com/thingweb/node-wot
$ cd node-wot
$ npm install
$ npm run build
$ npm run test # optional
$ sudo npm run link

To install node-wot-ssn-wrapper

$ cd node-wot-ssn-wrapper
$ npm link node-wot
$ npm install

To start with an example:

$ node src/ssn-wrapper.js examples/tree-height.ttl examples/tree-height.jsonld

Troubleshoot

If the installation of node-wot throws error, try updating node.js to the latest LTS (6.11).

About

WoT Wrapper for SOSA/SSN datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published