This library is a companion to the ml-ol-maps-ng library for locating links to geospatial items for display in 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 map-links --save
mlpm deploy -H localhost -P 8040 -u admin -p admin
TODO