tor-exits

0.0.6 • Public • Published

tor-exits Build Status

Install

npm install tor-exits

Usage

var tor = require('tor-exits');
tor.fetch(function(err, data) {
  if (err) return console.error(err);
  var nodes = tor.parse(data);
  console.log(nodes);
});
[
  '92.247.177.98',
  ...
  ...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    2
    • latest

Version History

Package Sidebar

Install

npm i tor-exits

Weekly Downloads

2

Version

0.0.6

License

BSD

Last publish

Collaborators

  • freewil