Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
unfurl microservice
- Host: GitHub
- URL: https://github.com/artlu99/unfurl
- Owner: artlu99
- License: mit
- Created: 2024-06-10T16:21:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T16:27:35.000Z (5 months ago)
- Last Synced: 2024-08-03T17:43:50.517Z (5 months ago)
- Topics: cheerio, cloudflare-worker, hono, microservice, unfurl
- Language: TypeScript
- Homepage: https://unfurl.artlu.workers.dev
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```