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 installto install dependencies.
- Run
node app.jsor usenodemon app.jsto restart the server automatically when there is a change in code.