Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scastiel/github-business-card
https://github.com/scastiel/github-business-card
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scastiel/github-business-card
- Owner: scastiel
- Created: 2022-11-12T17:40:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T22:37:04.000Z (over 1 year ago)
- Last Synced: 2024-06-08T12:33:06.293Z (5 months ago)
- Language: TypeScript
- Homepage: github-business-card.vercel.app
- Size: 98.6 KB
- Stars: 287
- Watchers: 2
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [GitHub business card generator](https://github-business-card.vercel.app)
This is an app I built to play with [Vercel’s image generation library](https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation).
Have a look at the serverless function in [pages/api/github.tsx](https://github.com/scastiel/github-business-card/blob/main/pages/api/github.tsx). It’s where the image is generated.
If you’re curious how image generation works, check out this [tutorial I wrote on my blog](https://scastiel.dev/create-og-images-for-your-blog-with-nextjs).
And if you’re interested in Next.js, also [check out the book I wrote about it](https://amzn.to/3EtlfVB).