torius
Torius is simple module to work with TOR network
Installation
$ npm install torius
Usage Examples
request method
var Torius = ;var torius = host: 'localhost' port: 9050 ; var options = url: 'http://google.com' method: 'POST' body: q: 'tor goes wild' ; torius;
get method
var Torius = Helperstor;var torius = ; var url = 'http://google.com';var query = q: 'tor' ; torius;
post method
var Torius = Helperstor;var torius = ; var url = 'http://google.com';var body = name: 'tor' ; torius;