├── .DS_Store ├── .gitignore ├── README.md ├── api └── index.ts ├── index.html ├── package.json ├── static ├── favicon.svg ├── gh.png ├── logo-dark.svg ├── logo.png └── logo.svg ├── tsconfig.json ├── vercel.json └── yarn.lock /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pveyes/oge/21811d85eda8cbb83ed0f51e18530b76205ae215/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .now 2 | node_modules/ 3 | 4 | .vercel 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # oge 2 | 3 |
Page metadata as a service
oge is a page metadata as a service. It parses and normalizes Document metadata, Open Graph, Twitter Card, 206 | and Linked Data from any pages and return easily consumable JSON. You can try 207 | it below:
oge
You can also use your favorite HTTP client:
curl https://oge.vercel.app/api?url=$URL