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

https://github.com/artlu99/unfurl

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

cheerio cloudflare-worker hono microservice unfurl

Last synced: 3 months 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
```