{"id":19815389,"url":"https://github.com/nuzulul/opencors","last_synced_at":"2026-05-18T02:32:25.866Z","repository":{"id":217568655,"uuid":"741765229","full_name":"nuzulul/opencors","owner":"nuzulul","description":"OpenCORS is a simple NodeJS based CORS Proxy","archived":false,"fork":false,"pushed_at":"2024-02-03T12:18:58.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T23:17:35.327Z","etag":null,"topics":["cors","cors-proxy","cross-domain","cross-origin","node","node-js","nodejs","opencors","proxy","scraper"],"latest_commit_sha":null,"homepage":"https://codesandbox.io/p/devbox/nodejs-cors-proxy-xqsqwg","language":"JavaScript","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/nuzulul.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}},"created_at":"2024-01-11T04:09:12.000Z","updated_at":"2024-06-04T12:32:06.000Z","dependencies_parsed_at":"2024-01-24T04:24:25.837Z","dependency_job_id":"1e2c4e64-f5e1-434f-8a6a-5345e14ef07e","html_url":"https://github.com/nuzulul/opencors","commit_stats":null,"previous_names":["nuzulul/opencors"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nuzulul/opencors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuzulul%2Fopencors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuzulul%2Fopencors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuzulul%2Fopencors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuzulul%2Fopencors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuzulul","download_url":"https://codeload.github.com/nuzulul/opencors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuzulul%2Fopencors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cors","cors-proxy","cross-domain","cross-origin","node","node-js","nodejs","opencors","proxy","scraper"],"created_at":"2024-11-12T10:05:52.772Z","updated_at":"2026-05-18T02:32:25.850Z","avatar_url":"https://github.com/nuzulul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCORS\n\n**OpenCORS** is a simple NodeJS based CORS Proxy\n\n[![NPM](https://nodei.co/npm/opencors.png?mini=true)](https://www.npmjs.com/package/opencors)\n[![npm version](https://badge.fury.io/js/opencors.svg)](https://www.npmjs.com/package/opencors)\n\n## Features\n\n* ✅ 0 Dependencies\n* ✅ Follow redirects\n* ✅ Plain output\n* ✅ SSL\n\n## Qiuck Start\n\n### Local\n\n```javascript\ngit clone https://github.com/nuzulul/opencors.git\nnpm install\nnpm start\n```\n\n### Deploy\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fnuzulul%2Fopencors\u0026project-name=corsproxy\u0026repository-name=corsproxy)\n\n## Demo\n\n[https://codesandbox.io/p/devbox/nodejs-cors-proxy-xqsqwg](https://codesandbox.io/p/devbox/nodejs-cors-proxy-xqsqwg)\n\n## Installation\n\n```javascript\nnpm install opencors\n```\n\n## Example Usage\n\n### Server (NodeJS)\n\n```javascript\nimport {OpenCORS} from 'opencors'\n\nconst server = new OpenCORS({\n\t//port:4000,\n\t//front: '\u003ch1\u003eopencors\u003c/h1\u003e'\n})\n```\n```javascript\nconst {OpenCORS} = require('opencors')\n\nconst server = new OpenCORS({\n\t//port:4000,\n\t//front: '\u003ch1\u003eopencors\u003c/h1\u003e'\n})\n```\nRequest examples:\n\n* `https://xqsqwg-8080.csb.app/?url=https://www.google.com/` - Raw Google.com with CORS headers\n\n### Client (Browser)\n\n```javascript\nfetch('https://xqsqwg-8080.csb.app/?url=https://www.google.com/').then(function (response){\n\treturn response.text()\n}).then(function (html){\n\tconsole.log(html)\n}).catch(function (err){\n\tconsole.warn('Something went wrong.',err)\n})\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuzulul%2Fopencors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuzulul%2Fopencors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuzulul%2Fopencors/lists"}