Options
All
  • Public
  • Public/Protected
  • All
Menu

node-sabnzbd

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
    
  2. Create a new SABnzbd class ```javascript 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/

Generated using TypeDoc