This package has been deprecated

Author message:

accidentally deployed use @ctrl/qbittorrent

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

1.0.0 • Public • Published

qBittorrent npm CircleCI coverage status

TypeScript api wrapper for qBittorrent using got

Install

npm install @ctrl/qbittorrent

Use

import { QBittorrent } from '@ctrl/qbittorrent';
 
const qbittorrent = new QBittorrent({
  baseUrl: 'http://localhost:8080/',
  username: 'admin',
  password: 'adminadmin',
});
 
async function main() {
  const res = await qbittorrent.getAllData();
  console.log(res.result);
}

API

Docs: https://typectrl.github.io/qbittorrent/classes/qbittorrent.html

qBittorrent Api Docs: https://github.com/qbittorrent/qBittorrent/wiki/Web-API-Documentation

See Also

deluge - https://github.com/TypeCtrl/deluge
transmission - https://github.com/TypeCtrl/transmission

Readme

Keywords

Package Sidebar

Install

npm i qbittorrent

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

73.6 kB

Total Files

9

Last publish

Collaborators

  • scttcper