node-tor-control

0.0.2 • Public • Published

Build Status

node-tor-control

A node library to communicate with tor-control

For basic information about tor-control please read the specs

How to use

npm install node-tor-control --save
const { connect, disconnect, tor } = require('node-tor-control');
 
const connection = await connect({ password: 'password' });
 
const status = await tor.signalNewNYM(connection);
 
console.log(status.code); // -> 250
console.log(status.text); // -> OK
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    8
  • 0.0.1
    0

Package Sidebar

Install

npm i node-tor-control

Weekly Downloads

8

Version

0.0.2

License

ISC

Last publish

Collaborators

  • astma