# proxy-pool **Repository Path**: smsbao/proxy-pool ## Basic Information - **Project Name**: proxy-pool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-11-06 - **Last Updated**: 2022-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # proxy pool ## 用法 ``` const ProxyPool = require('proxy-pool'); let pool = new ProxyPool(); pool.on("has_proxy", () => { console.log('has proxy'); }); pool.start(); ``` ## 运行示例代码 ``` DEBUG=proxy-pool node example/main.js ``` ## proxy 结构 ``` { ip: ip地址 port: 端口 protocol: 协议: https或http source: 从那个源头获取 life: 存活期(秒) score: 评分 } ```