0.1.1 • Published 7 years ago

public-proxy-finder v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

A simple library to probe the following sites for proxies (visit them to receive an explanation of field names and values):

NPM

See Runkit page for examples. All functions return Promises containing an array of proxy specs.

API

var ProxyFinder = require('public-proxy-finder');

// Refer to list above for proxy sources
ProxyFinder.ssl();
ProxyFinder.US();
ProxyFinder.UK();
ProxyFinder.socks();
ProxyFinder.anonymous();

// Convenience method to combine the above into one resultset
ProxyFinder.all();