Get an awesome and dynamically card of your GitHub stats on your READMEs easily and quickly
🚀 This is a simple project to generate dynamic statistics in your Github Readme. The project is built using Typescript and the runtime Bun!
Important
Since the GitHub API only allows 5k requests per hour per user account our instance will be private! :(
Copy and paste this into your markdown, and that's it. Simple!
Change the ?username= value to your GitHub username.
https://example.com/stats?username=YOUR_USERNAME_HEREWarning
By default, the stats card only shows statistics like stars, commits, and pull requests from public repositories. To show private statistics on the stats card, you should deploy your own instance using your own GitHub API token.
To start the development server run:
bun run dev