get-free-https-proxy

returns a list of free proxies (with `host` and `port` property) from [sslproxies.org](https://www.sslproxies.org/).


License
MIT
Install
npm install get-free-https-proxy@2.0.2

Documentation

get-free-https-proxy

returns a list of free proxies (with host and port property) from sslproxies.org.

const getProxies = require('get-free-https-proxy')

...

const [proxy] = await getProxies()

console.log(`host: ${proxy.host} port: ${proxy.port}`)