proxy-utilities
v0.0.3
Published
Captcha-Utilities is a simple library to make proxy checking & proxy filtering easier and quick. This library has no stable release yet, all features may be subject to unexpected change. ## Features
Downloads
15
Maintainers
Readme
Motive
Captcha-Utilities is a simple library to make proxy checking & proxy filtering easier and quick. This library has no stable release yet, all features may be subject to unexpected change.
Features
- Promise based testing
- Supports credentialed proxies
- Light weight ( 2 dependencies )
- Fluent typings & JSDocs
- Http checking
- Https checking
- Google Checking
Planned Features
- Documentation Site
- Bulk testing
- Proxy filtering
- Get Proxy ping
- Get Proxy geolocation
- Get Proxy anonimity
- And many others.
Install
npm install proxy-utilities
yarn add proxy-utilities
Usage
const { ProxyManager } = require("proxy-utilities")
// Fastcheck utilizes the class' static properties.
ProxyManager.fastCheck("51.68.207.81", 443)
.then((res) => {
console.log(res)
})
Commit Guidelines
There's really no guidelines, if the code makes sense, and is an obvious improvement, feel free to make a PR for it!