JavaScript client for the German digital libary (DDB / Deutsche digitale Bibliothek) API.
npm install --save ddb-client
You need to provide your own API key which you can obtain after registering here.
const ddb = require('ddb-client')('YOUR-API-KEY')
Following the official API docs the client provides the following methods:
binary(identifier, binaryPathFile)
entities(query, [opt])
institutions([opt])
items(itemID)
search(query, [opt])
If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.