Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ddb-client

juliuste6MITdeprecated0.0.0

WARNING: This package is unmaintained and might be broken. If you would like to maintain it, please contact mail@juliustens.eu

Client for the German digital library (DDB / Deutsche digitale Bibliothek) API

ddb, deutsche, digitale, bibliothek, europeana, german, digital, library

readme

ddb-client

JavaScript client for the German digital libary (DDB / Deutsche digitale Bibliothek) API.

npm version Build Status dependency status dev dependency status license chat on gitter

Installation

npm install --save ddb-client

Usage

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:

Contributing

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.