https://github.com/m3hari/link-preview
https://meta.mehari.workers.dev
https://github.com/m3hari/link-preview
cloudflare-workers javascript link-preview meta metadata serverless
Last synced: 11 months ago
JSON representation
https://meta.mehari.workers.dev
- Host: GitHub
- URL: https://github.com/m3hari/link-preview
- Owner: m3hari
- License: mit
- Created: 2020-04-08T01:31:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T12:03:35.000Z (about 3 years ago)
- Last Synced: 2025-05-05T01:50:05.854Z (11 months ago)
- Topics: cloudflare-workers, javascript, link-preview, meta, metadata, serverless
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link Preview Meta

URL metadata (micro) service for link previewing.
Hosted on [cloudflare workers](https://workers.cloudflare.com/)
## Usage
- _url_ : The url you want to process
- _pretty_ : Option to format the json response
**Example:**
https://meta.mehari.workers.dev/?url=http://github.com/m3hari&pretty
Response:
```json
{
"url": "http://github.com/m3hari",
"siteName": "GitHub",
"title": "m3hari - Overview",
"image": "https://avatars3.githubusercontent.com/u/9920926?s=400&u=f858860918953de6367e906655ea9b93fce019e7&v=4",
"description": "Fullstack Developer Graphql, Node, and Vue. m3hari has 31 repositories available. Follow their code on GitHub."
}
```
**Disclaimer**
This is not **[OG](https://ogp.me/)** meta extractor/parser. It just extracts meta information that is relevant for link **previewing**
## License
[MIT](LICENSE)