Webservice built in Go that generates an image displaying the latest public GitHub contribution of a user, showing the repository name and its main language.
<img src="https://gitpulse.kristyan.dev/api/last-project?username=kristyancarvalho&color=%23b600ff" alt="Latest contribution"/>| Parameter | Required | Description |
|---|---|---|
username |
✅ Yes | GitHub username |
color |
❌ No | Hexadecimal color (e.g., %23ff9900) for the image text color |
- Golang
- GitHub REST API v3
- Vercel (deployment)