Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 453 Bytes

OGP Fetch Worker

This is a simple worker that fetches the Open Graph Protocol (OGP) metadata from a given URL.

curl "https://ogp-fetcher.maximum.vc/?url=https://www.maximum.vc"
{
  "title": "Maximum",
  "description": "埼玉大学のプログラミングサークル「Maximum」の公式サイトです。",
  "imageUrl": "https://maximum.vc/images/ogp.webp",
  "faviconUrl": "https://www.maximum.vc/images/favicon.ico"
}