A node server to convert RDAP query response into an OWL-JSON ontology/format. It creates a json file in the data folder that can be viewed with WebVowl.
- clone the repo
- cd whoisVisualization
- Ensure you have nodejs and npm installed
- Run
npm install
to install dependencies.
- Run
node app.js
or usenodemon app.js
to restart the server automatically when there is a change in code.