ivolo / proxies-webknox

Query the public proxies list from Webknox Proxies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proxies-webknox

Query the public proxies list from Webknox Proxies. Primarily used as a proxies source list to proxies.

Example

Get a list of public proxies:

webknox('mashape_api_key')(function (err, proxies) {
  // ..
});

And integrate into proxies as a source:

var webknox = require('proxies-webknox');
var Proxies = require('proxies');

Proxies()
  .source(webknox('mashape_api_key'));

API

webknox(apiKey, options)

Create a new Webknox query instance with default options:

{
  maxResponseTime: 10,
  batchSize: 10,
  endpoint: 'https://webknox-proxies.p.mashape.com/proxies/newMultiple'
}

Licence

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|

About

Query the public proxies list from Webknox Proxies


Languages

Language:JavaScript 100.0%