external-site-ogp Description This is a api server for fetching OGP data from external site. Usage pnpm i pnpm dev ❯ curl "http://localhost:8787/api/ogp?url=https://example.com" {"title":"","description":"","image":"","siteName":""} Deploy pnpm run deploy