0.0.8 • Published 7 years ago

web-proxy-pool v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago