get-free-https-proxy
v2.0.2
Published
returns a list of free proxies (with `host` and `port` property) from [sslproxies.org](https://www.sslproxies.org/).
Downloads
766
Readme
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}`)