{"id":28154310,"url":"https://github.com/corebytee/simple-fetch-proxy","last_synced_at":"2025-05-15T06:13:32.987Z","repository":{"id":292939081,"uuid":"898719389","full_name":"CoreBytee/simple-fetch-proxy","owner":"CoreBytee","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-12T22:30:00.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T23:26:36.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CoreBytee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-04T22:51:45.000Z","updated_at":"2025-05-12T22:30:04.000Z","dependencies_parsed_at":"2025-05-12T23:26:57.996Z","dependency_job_id":"f366cb2b-afd5-4de2-9516-7f95688f1dea","html_url":"https://github.com/CoreBytee/simple-fetch-proxy","commit_stats":null,"previous_names":["corebytee/simple-fetch-proxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreBytee%2Fsimple-fetch-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreBytee%2Fsimple-fetch-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreBytee%2Fsimple-fetch-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreBytee%2Fsimple-fetch-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoreBytee","download_url":"https://codeload.github.com/CoreBytee/simple-fetch-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283259,"owners_count":22045141,"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":[],"created_at":"2025-05-15T06:13:20.532Z","updated_at":"2025-05-15T06:13:32.981Z","avatar_url":"https://github.com/CoreBytee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-fetch-proxy\n\nA lightweight, configurable fetch proxy server. This package was created to allow proxying fetch requests through another server or IP.\n\n## Features\n- Forward HTTP requests to target servers\n- Easy configuration\n- Minimal dependencies\n\n## Installation\n\nInstall via npm or bun:\n\n```bash\nnpm install @corebyte/proxy\n# or\nbun add @corebyte/proxy\n```\n\n## Documentation\nThe package is fully written in TypeScript so you can use the type definitions as documentation. And you can also look at the code here on GitHub.\n\n## Usage\n\nConfigure the server using env vars:\n- `PROXY_PORT`: Host where the server listens\n- `PROXY_SECRET`: Server secret\n\nStart the proxy server:\n```bash\nnpm run proxy [.env]\n# or\nbun run proxy [.env]\n```\n\nCreate fetch function:\n```js\nimport createFetch from \"@corebyte/proxy\";\n\nconst fetch = createFetch();\nconst response = await fetch(\"https://example.com\");\nconsole.log(await response.text());\n```\n\n## License\n\nMIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorebytee%2Fsimple-fetch-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorebytee%2Fsimple-fetch-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorebytee%2Fsimple-fetch-proxy/lists"}