@ctrl/tracker-definitions
TypeScript icon, indicating that this package has built-in type declarations

2.5.9 • Public • Published

tracker definitions CircleCI

Tracker definitions from jackett and cardigann published as json and js modules. Data is somewhat normalized and types definitions available for modules.

Install

npm install @ctrl/tracker-definitions

Use

Here is an example looping over all definitions available printing their source (cardigann or jackett) and name. There are duplicates from cardigann and jackett. Some are more up to date than others.

import { definitions } from '@ctrl/tracker-definitions';

for (const def of definitions) {
  console.log(def.source, def.name);
}

Definitions docs:

Package Sidebar

Install

npm i @ctrl/tracker-definitions@2.5.9

Version

2.5.9

License

MIT

Unpacked Size

4.77 MB

Total Files

1000

Last publish

Collaborators

  • scttcper