This library is a companion to the ml-visjs-graph-ng library for adding graph visualizations to Angular applications. This library provides the MarkLogic-server-side code needed to provide the APIs (REST extensions and modules) which provide the data required by the front-end code.
This is an mlpm module. See that page for the latest installation directions. This should work:
npm install -g mlpm
mlpm install visjs-graph --save
mlpm deploy -H localhost -P 8040 -u admin -p admin
TODO