1.0.2 • Published 6 years ago

get-proxylist v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Get-ProxyList

Get Proxy list from free-proxy-list

Installation

`npm install get-proxylist`

Usage

var proxylist = require('get-proxylist');

proxylist(function(error, result){
    for(var i in result){
        console.log(result[i]);
    }
});

Tests

`npm test`
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago