1.0.5 • Published 2 years ago

tracker-tester v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago