Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artlu99/unfurl

unfurl microservice
https://github.com/artlu99/unfurl

cheerio cloudflare-worker hono microservice unfurl

Last synced: about 1 month ago
JSON representation

unfurl microservice

Awesome Lists containing this project

README

        

A microservice to unfurl Open Graph data from URLs.

Endpoints:

GET: https://unfurl.artlu.workers.dev/?u=https://bcbhshow.com

health check:

GET: https://unfurl.artlu.workers.dev/health

bust cache:

POST: https://unfurl.artlu.workers.dev/bust

---

```
pnpm install
pnpm dev
```

```
pnpm run deploy
```