free proxy api
npm install @yasir.erkam/proxyopi> Free Proxy API
``sh`
npm i @yasir.erkam/proxyopi
` Typescript
import { ProxyOPI, Proxy, ProxyList, Protocol } from "@yasir.erkam/proxyopi";
const proxyOPI = await ProxyOPI.getInstanceAsync("./path/to/proxyList.json");
const proxyList = await proxyOPI.getProxyListAsync();
const list = proxyList.list.filter((proxy: Proxy) => proxy.protocols[0] === Protocol.http || proxy.protocols[0] === Protocol.https);
console.log(list);
`
`sh``
npm run test
👤 Yasir Erkam Özdemir
* Github: @yasirerkam
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
*
_This README was generated with ❤️ by readme-md-generator_