Note: This repository is kind of like user profile version of gh-card.
This is source code repository for web API which serves github profile card.
The web API creates cards on each request, currently with no cache, so cards displayed on the client is always up to date.
https://gpc.znoo.xyz/api/github/:username
Currently, following parameters are available.
- width: width of the card
- height: height of the card
The sample page is here.
All you need is a normal URL, so this can also be used for Markdown, like the image in the Author section.
- Gitpod: Click the above Gitpod badge
- Vim: Run
make dev
ordocker-compose run --rm --service-ports api bash
- VS Code: Open this repository by VS Code (Remote Development Extension is needed)
MIT