node-sabnzbd
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

node-sabnzbd

🙌 About

Interact with the Sabnzbd API in your node application. The package is highly work in progress.

🛠 Usage

  1. Install the package
npm i node-sabnzbd
  1. Create a new SABnzbd class
import { SABnzbd } from "node-sabnzbd";

const client = new SABnzbd("127.0.0.1", "8080", "6e961fd677a74326a07f1df4c06e3f38");

📚 Documentation

The documentation is available here : https://pixselve.github.io/node-sabnzbd/

Package Sidebar

Install

npm i node-sabnzbd

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

20.1 kB

Total Files

11

Last publish

Collaborators

  • pixselve