Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pveyes/oge
Page metadata as a service
https://github.com/pveyes/oge
linked-data meta metadata open-graph oss page scraper twiiter-card
Last synced: 5 days ago
JSON representation
Page metadata as a service
- Host: GitHub
- URL: https://github.com/pveyes/oge
- Owner: pveyes
- Created: 2020-04-25T10:22:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T06:19:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T08:35:31.454Z (2 months ago)
- Topics: linked-data, meta, metadata, open-graph, oss, page, scraper, twiiter-card
- Language: HTML
- Homepage: https://oge.vercel.app
- Size: 105 KB
- Stars: 26
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oge
Page metadata as a service
`oge` is a page metadata as a service. It parses and normalizes [Document metadata](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta), [Open Graph](https://ogp.me/), [Twitter Card](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup), and [Linked Data](https://json-ld.org/) from any pages and return easily consumable JSON.
## Usage
```bash
curl https://oge.vercel.app/api?url=$URL
```Replace `$URL` with any valid URL.
## License
MIT