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',
  ...
  ...

Readme

Keywords

Package Sidebar

Install

npm i tor-exits

Weekly Downloads

0

Version

0.0.6

License

BSD

Last publish

Collaborators

  • freewil