From npm
npm install jackett
From github
npm install github:danteissaias/jackett
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)
})()
If you want to add anything feel free - make sure to format all code with prettier.
This code is licensed under the MIT license.