1.0.32 • Published 9 months ago

@yasir.erkam/proxyopi v1.0.32

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Free Proxy API

🏠 Homepage

Sources of Proxies

Fetch free proxies from:

Install

npm i @yasir.erkam/proxyopi

Example

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

Run tests

npm run test

Author

👤 Yasir Erkam Özdemir

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.29

1 year ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.11

2 years ago

1.0.32

9 months ago

1.0.10

2 years ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago