Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkinos/getogp
API for getting ogp written in go with Vercel
https://github.com/kkinos/getogp
api go ogp vercel
Last synced: 7 days ago
JSON representation
API for getting ogp written in go with Vercel
- Host: GitHub
- URL: https://github.com/kkinos/getogp
- Owner: kkinos
- License: mit
- Created: 2022-01-09T01:31:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T04:23:12.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T20:48:15.296Z (5 months ago)
- Topics: api, go, ogp, vercel
- Language: Go
- Homepage: getogp.vercel.app
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# getogp
API for getting ogp written in go with Vercel
## Usage
```bash
curl https://getogp.vercel.app/api?url=https://github.com/kinpoko/getogp | jq .
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 387 100 387 0 0 778 0 --:--:-- --:--:-- --:--:-- 778
{
"title": "GitHub - kinpoko/getogp: API for getting ogp written in go with Vercel",
"url": "https://github.com/kinpoko/getogp",
"description": "API for getting ogp written in go with Vercel. Contribute to kinpoko/getogp development by creating an account on GitHub.",
"image": "https://opengraph.githubassets.com/a9d3d700b2e73e85a0dee8fad2d1963dfff28d2fb8190d8bae0fa9e77e1f75e7/kinpoko/getogp"
}
```