2.1.0 • Published 5 years ago

jackett v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

NodeJS Jackett

Installation

From npm

npm install jackett

From github

npm install github:danteissaias/jackett

Examples

You can find usage examples here

import { Jackett } from './src';

(async () => {
  const j = new Jackett('https://jackett.example.com', 'apiKey');
  const r = await j.search('Silicon Valley S5');
  console.log(r.Results[0].Title);
})();

Contribution

If you want to add anything feel free - make sure to format all code with prettier.

License

This code is licensed under the MIT license.