https://github.com/caomeiyouren/cors-proxy-worker
一个用于解决跨域问题的代理
https://github.com/caomeiyouren/cors-proxy-worker
cloudflare-workers cors docker nodejs proxy typescript
Last synced: 2 months ago
JSON representation
一个用于解决跨域问题的代理
- Host: GitHub
- URL: https://github.com/caomeiyouren/cors-proxy-worker
- Owner: CaoMeiYouRen
- License: mit
- Created: 2025-01-07T16:31:30.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-04-11T14:14:02.000Z (6 months ago)
- Last Synced: 2025-04-23T23:13:54.170Z (6 months ago)
- Topics: cloudflare-workers, cors, docker, nodejs, proxy, typescript
- Language: TypeScript
- Size: 873 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
cors-proxy-worker
> 一个用于解决跨域问题的代理
## 🏠 主页
[https://github.com/CaoMeiYouRen/cors-proxy-worker#readme](https://github.com/CaoMeiYouRen/cors-proxy-worker#readme)
## 📦 依赖要求
- node >=18
## 🚀 安装
```sh
npm install
```## 👨💻 使用
```sh
npm run start
```## 🛠️ 开发
```sh
npm run dev
```## 🔧 编译
```sh
npm run build
```## 🧪 测试
```sh
npm run test
```## 🔍 Lint
```sh
npm run lint
```## 💾 Commit
```sh
npm run commit
```## 👤 作者
**CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)
## 🤝 贡献
欢迎 贡献、提问或提出新功能!
如有问题请查看 [issues page](https://github.com/CaoMeiYouRen/cors-proxy-worker/issues).
贡献或提出新功能可以查看[contributing guide](https://github.com/CaoMeiYouRen/cors-proxy-worker/blob/master/CONTRIBUTING.md).## 💰 支持
如果觉得这个项目有用的话请给一颗⭐️,非常感谢
## 🌟 Star History
[](https://star-history.com/#CaoMeiYouRen/cors-proxy-worker&Date)
## 📝 License
Copyright © 2025 [CaoMeiYouRen](https://github.com/CaoMeiYouRen).
This project is [MIT](https://github.com/CaoMeiYouRen/cors-proxy-worker/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [cmyr-template-cli](https://github.com/CaoMeiYouRen/cmyr-template-cli)_