This package has been deprecated

Author message:

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

doku-tagger

1.1.1 • Public • Published

doku-tagger

Try to match meta data from documentaries fetched using the dokus module with country data.

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

Usage

The module has a method all and a method for each media library supported by the dokus module like arte, mdr, etc… Each method returns a Promise which resolves in a list of objects representing single documentaries:

const dokus = require('doku-tagger')
 
dokus.all().then()

will resolve in a list of objects which look like this:

{
    title: '',
    description: '',
    tags: [],
    countries: [ 'eg' ], // list tagged countries (never empty)
    link: '', // media library url
    image: '', // thumbnail
    network: 'arte'
}

Similar Projects

  • dokus - Fetch documentary meta data from multiple german media libraries.
  • doku-karte - "German documentaries sorted by country and displayed on a map."
  • match-country-german - "Try to match given german country name with its ISO code."

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i doku-tagger

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • juliuste