{"id":26587842,"url":"https://github.com/bes-js/fastgate","last_synced_at":"2025-03-23T12:30:46.950Z","repository":{"id":259952862,"uuid":"879875926","full_name":"Bes-js/fastgate","owner":"Bes-js","description":"Fastgate provides free, secure, and easy-to-integrate proxy services for developers.","archived":false,"fork":false,"pushed_at":"2024-10-30T16:16:37.000Z","size":635,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T20:43:35.472Z","etag":null,"topics":["connect","elite","http","https","proxies","proxy","proxy-list","proxy-scraper","proxy-server"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fastgate","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bes-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-28T17:45:02.000Z","updated_at":"2025-02-14T23:27:33.000Z","dependencies_parsed_at":"2024-10-28T19:50:52.152Z","dependency_job_id":"af215271-9d5f-4a0e-87d3-b6a1dc20817a","html_url":"https://github.com/Bes-js/fastgate","commit_stats":null,"previous_names":["bes-js/fastgate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Ffastgate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Ffastgate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Ffastgate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Ffastgate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bes-js","download_url":"https://codeload.github.com/Bes-js/fastgate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104018,"owners_count":20561372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["connect","elite","http","https","proxies","proxy","proxy-list","proxy-scraper","proxy-server"],"created_at":"2025-03-23T12:30:46.178Z","updated_at":"2025-03-23T12:30:46.798Z","avatar_url":"https://github.com/Bes-js.png","language":"TypeScript","readme":"\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./assets/fastgate_logo.png\" align=\"center\"\u003e\n\u003c/p\u003e\n\u003ch4 align=\"center\"\u003eFastgate provides free, secure, and easy-to-integrate proxy services for developers.\u003c/h4\u003e\n\n#\n\n\u003cp align=\"center\"\u003e \n\u003cimg src=\"./assets/nyro_logo.png\" align=\"center\" width=200 height=100\u003e\n\u003cspan align=\"center\"\u003ePowered By Nyro\u003c/span\u003e\n\u003c/p\u003e\n\n#\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/v/fastgate?style=for-the-badge\u0026logo=npm\u0026logoColor=red\"\u003e\n\u003cimg src=\"https://img.shields.io/github/repo-size/Bes-js/fastgate?style=for-the-badge\u0026logo=github\u0026logoColor=white\"\u003e \n\u003cimg src=\"https://img.shields.io/npm/l/fastgate?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/unpacked-size/fastgate?style=for-the-badge\"\u003e \n\u003cimg src=\"https://img.shields.io/npm/dt/fastgate?style=for-the-badge\u0026logoColor=blue\"\u003e \n\u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/Bes-js/fastgate/sequelize?style=for-the-badge\"\u003e\n\u003ca href=\"https://discord.gg/luppux\" target=\"_blank\"\u003e \n\u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge\u0026logo=discord\"\u003e \n\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/beykant\" target=\"_blank\"\u003e\n\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"120px\" height=\"30px\" alt=\"Buy Me A Coffee\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nUsing npm:\n```shell\n$ npm install fastgate\n```\n\nOther Installations:\n\n```bash\n$ yarn add fastgate\n```\n\n```bash\n$ pnpm add fastgate\n```\n\n## Usage\n```js\nimport fastgate from 'fastgate';\n    \n/* Promise\u003cProxyAPIResponse\u003e */\nfastgate.getProxyList({\n        country: ['tr'],\n        protocol: ['http'],\n        anonymity: ['Elite'],\n        timeout: 5555\n }).then((response) =\u003e {\n      console.log(response);\n    });\n\n/* Promise\u003cProxyObject | undefined\u003e */\nfastgate.getProxy({\n   force: false,\n   proxyOptions: {\n     alive: true,\n     timeout: (timeout) =\u003e {\n      return timeout \u003c 5000;\n    },\n     ip: (ip) =\u003e {\n        return ip.startsWith('190');\n    }\n }).then((response) =\u003e {\n      console.log(response);\n    });\n```\n\n## License\n\nfastgate is licensed under the **GPL-3.0** License. See the [LICENSE](./LICENSE.md) file for details.\n\n## Support\n\n[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)","funding_links":["https://www.buymeacoffee.com/beykant"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Ffastgate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbes-js%2Ffastgate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Ffastgate/lists"}