0.0.6 • Published 3 years ago

wtorrent-transmission v0.0.6

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

wTorrent - Transmission

Wrapper for Transmission (torrent server).

This package is used for wrap generic methods for wTorrent

If you want complete wrapper for Transmission, use https://www.npmjs.com/package/transmission

Usage

const wTransmission = require('wtorrent-transmission');

const client = wTransmission({
  host: '127.0.0.1', // required
  port: 9091, // optional, default 9091
  endpoint: '/transmission/rpc', // optional, default /transmission/rpc
  user: 'admin', // optional, default null
  password: 'admin', // optional, default null
});

const torrents = await client.get();
const torrent = await client.getOne('TORRENT_HASH');
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago