Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 16 days ago
JSON representation

https://meta.mehari.workers.dev

Awesome Lists containing this project

README

        

# Link Preview Meta

![Test](https://github.com/m3hari/link-preview-meta/workflows/Tests/badge.svg)

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)