Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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=
```