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
 

Readme

Keywords

Package Sidebar

Install

npm i node-tor-control

Weekly Downloads

10

Version

0.0.2

License

ISC

Last publish

Collaborators

  • astma