https://github.com/houkasaurusrex/proxy-worker
Proxy http requests through a web worker
https://github.com/houkasaurusrex/proxy-worker
Last synced: 9 months ago
JSON representation
Proxy http requests through a web worker
- Host: GitHub
- URL: https://github.com/houkasaurusrex/proxy-worker
- Owner: HoukasaurusRex
- License: mit
- Created: 2019-08-21T10:20:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T23:44:09.000Z (about 4 years ago)
- Last Synced: 2024-11-24T19:58:23.778Z (over 1 year ago)
- Language: JavaScript
- Homepage: workers.houk.space/proxy/
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to proxy-worker 👋
> Proxy http requests through a web worker
### 🏠 [Homepage](workers.houk.space/proxy/)
## Install
```sh
npm install
```
## Usage
```sh
wrangler preview
```
## Run tests
```sh
npm run test
```
## Author
👤 **Pterobyte **
* Twitter: [@CapnAwesome](https://twitter.com/CapnAwesome)
* Github: [@Pterobyte](https://github.com/Pterobyte)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/Pterobyte/proxy-worker/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Pterobyte ](https://github.com/Pterobyte).
This project is [MIT](https://github.com/Pterobyte/proxy-worker/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_