Skip to content

SRU (Search/Retrieval via URL) Javascript client library and command-line interface

License

Notifications You must be signed in to change notification settings

ffritze/sru-client

 
 

Repository files navigation

SRU client for Node.js and browser NPM Version Build Status

SRU client for Node.js and browser

Usage

ES modules

import createSruClient from '@natlibfi/sru-client';
const client = createSruClient({url: 'https://foo.bar'});
const results = await client.searchRetrieve('foo');

Node

const createSruClient = require('@natlibfi/sru-client').default;
const client = createSruClient({url: 'https://foo.bar'});
const results = await client.searchRetrieve('foo');

License and copyright

Copyright (c) 2015, 2017-2018 University Of Helsinki (The National Library Of Finland)

This project's source code is licensed under the terms of GNU Lesser General Public License Version 3 or any later version.

About

SRU (Search/Retrieval via URL) Javascript client library and command-line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%