Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
/ node-sabnzbd Public archive

💾 SABnzbd API bindings for Node written in TypeScript

License

Notifications You must be signed in to change notification settings

Pixselve/node-sabnzbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

💾 SABnzbd API bindings for Node written in TypeScript

Topics

Resources

License

Stars

Watchers

Forks