0.0.8 • Published 5 years ago

web-proxy-pool v0.0.8

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

proxy-pool

npm version

proxy-pool is http ip proxy pool,can get ip proxy info ,and return to pool

installation

$ npm install web-proxy-pool

example

const HttpProxyPool = require("web-proxy-pool");
const KaidiProxySupplier = require("./supplier/KaidiProxySupplier");
const pool = new HttpProxyPool(new KaidiProxySupplier());
(async () => {
  const result = await this.pool.getProxy();
  console.log(result);
})();
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago