Resolves an OpenURL against an SFX instance
Resolves an OpenURL against an SFX instance
docker run -p 3000:3000 -v /path/to/config.json:/app/config.json -v /path/to/cache:/app/cache mehmetc/sfx-resolve:latest
yarn global add sfx-resolve
OR
npm install sfx-resolve -g
$ sfxResolve
{
"endpoints": [
{"code": "a1", "name": "University of A", "url": "https://sfx.a.edu/sfx-a"},
{"code": "b1", "name": "University of B", "url": "https://sfx.b.edu/sfx-b"}
],
"cache": "./cache"
}
http://127.0.0.1:3000?ip=1.1.1.1&url=http://sfx.service.com?ctx_ver=Z39.88-2004 ...