lawrence-peng / proxy-pool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
})();

About

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


Languages

Language:TypeScript 86.6%Language:JavaScript 13.4%