1.0.5 • Published 3 years ago

tracker-tester v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tracker-tester

Tests whether or not a bittorrent tracker is responsive

Usage

Install

npm i tracker-tester

Example

CLI

npm i tracker-tester -g

> tracker-tester https://tracker.peer.ooo/announce

Node.js

const Tester = require('tracker-tester')

let tester = new Tester('https://tracker.peer.ooo/announce')
tester.on('result', result => {
  console.log('Good tracker?', result)
})
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago