Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 442 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 442 Bytes

Whois Visualization

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.

Setup

  • clone the repo
  • cd whoisVisualization
  • Ensure you have nodejs and npm installed
  • Run npm install to install dependencies.

Serve

  • Run node app.js or use nodemon app.js to restart the server automatically when there is a change in code.