https://github.com/bes-js/fastgate
Fastgate provides free, secure, and easy-to-integrate proxy services for developers.
https://github.com/bes-js/fastgate
connect elite http https proxies proxy proxy-list proxy-scraper proxy-server
Last synced: 11 months ago
JSON representation
Fastgate provides free, secure, and easy-to-integrate proxy services for developers.
- Host: GitHub
- URL: https://github.com/bes-js/fastgate
- Owner: Bes-js
- License: gpl-3.0
- Created: 2024-10-28T17:45:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:16:37.000Z (over 1 year ago)
- Last Synced: 2025-03-19T20:43:35.472Z (11 months ago)
- Topics: connect, elite, http, https, proxies, proxy, proxy-list, proxy-scraper, proxy-server
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/fastgate
- Size: 620 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Fastgate provides free, secure, and easy-to-integrate proxy services for developers.
#
Powered By Nyro
#
## Installation
Using npm:
```shell
$ npm install fastgate
```
Other Installations:
```bash
$ yarn add fastgate
```
```bash
$ pnpm add fastgate
```
## Usage
```js
import fastgate from 'fastgate';
/* Promise */
fastgate.getProxyList({
country: ['tr'],
protocol: ['http'],
anonymity: ['Elite'],
timeout: 5555
}).then((response) => {
console.log(response);
});
/* Promise */
fastgate.getProxy({
force: false,
proxyOptions: {
alive: true,
timeout: (timeout) => {
return timeout < 5000;
},
ip: (ip) => {
return ip.startsWith('190');
}
}).then((response) => {
console.log(response);
});
```
## License
fastgate is licensed under the **GPL-3.0** License. See the [LICENSE](./LICENSE.md) file for details.
## Support
[](https://discord.gg/luppux)