Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiptronicek/link-preview-api
A REST API for previewing links
https://github.com/filiptronicek/link-preview-api
Last synced: 8 days ago
JSON representation
A REST API for previewing links
- Host: GitHub
- URL: https://github.com/filiptronicek/link-preview-api
- Owner: filiptronicek
- License: mit
- Created: 2021-05-23T19:18:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T05:05:22.000Z (over 1 year ago)
- Last Synced: 2024-10-31T03:51:58.553Z (15 days ago)
- Language: TypeScript
- Homepage: link-preview-api.vercel.app
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link preview API
A REST API for previewing links## How to use this API
It's so easy it hurts, just add your URL after the `?url=` of the endpoint, just like this:
```
https://prvw.vercel.app/?url=https://gitlab.com/
```