f-hj / jackett

Jackett API Implementation.

Home Page:https://npmjs.com/jackett

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS Jackett

license dependencies npm

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("Mr. Robot S4E7 407 Proxy Authentication Required")
  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.

About

Jackett API Implementation.

https://npmjs.com/jackett

License:MIT License


Languages

Language:TypeScript 100.0%