Skip to content

openlibraryenvironment/listener-openurl

Repository files navigation

listener-openurl

build status

ReShare listener for requests sent as OpenURL.

To run against your own local development node, start with

node src/listener-openurl.js

To run against a different configuration file, start with:

node src/listener-openurl.js config/SOMEFILE.json

To build the Docker container

yarn install
docker build -t listener-openurl:latest .

Documentation: