Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutakobayashidev/workers
Cloudflare Workers collection for me using the pnpm workspace.
https://github.com/yutakobayashidev/workers
Last synced: 3 months ago
JSON representation
Cloudflare Workers collection for me using the pnpm workspace.
- Host: GitHub
- URL: https://github.com/yutakobayashidev/workers
- Owner: yutakobayashidev
- License: mit
- Created: 2023-11-13T18:09:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:43:07.000Z (9 months ago)
- Last Synced: 2024-04-22T11:50:18.027Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 473 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workers
[Cloudflare Workers](https://workers.cloudflare.com/) collection for me using the pnpm workspace.
## reverse-proxy
Reverse proxy to avoid CORS errors.
When using this reverse proxy on `api.notion.com`, `Notion-Version` is automatically plugged into the headers.
```
https://reverse-proxy.yutakobayashi.workers.dev/
```## og-image
Parse `og:image` in `head` from url and return image from url.
```
https://og-image.yutakobayashi.workers.dev?url=
```