Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m3hari/link-preview
- Owner: m3hari
- License: mit
- Created: 2020-04-08T01:31:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T12:03:35.000Z (over 1 year ago)
- Last Synced: 2024-10-25T06:27:17.335Z (24 days ago)
- Topics: cloudflare-workers, javascript, link-preview, meta, metadata, serverless
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)