GitStats – GitHub Repository Viewer
GitHub API Authentication
Add a GitHub personal access token to increase API rate limits from 60 to 5,000 requests per hour.
Create a token with public_repo scope at github.com/settings/tokens
How to Use
Enter a GitHub repository URL to view its details and get embeddable widgets.
Embeddable URL Format with Theme Support
{owner}/{repo}/embed/all/{refreshSeconds}/{theme}- All repository data{owner}/{repo}/embed/commits/{refreshSeconds}/{amount}/{theme}- Recent commits{owner}/{repo}/embed/issues/{refreshSeconds}/{amount}/{theme}- Recent issues{owner}/{repo}/embed/stats/{refreshSeconds}/{theme}- Repository stats
Theme Options
light- Light theme (default)dark- Dark theme with neutral colors and bright accentsretro- Pixelated glitchy 32-bit inspired theme
Examples
Dark mode stats widget that refreshes every minute:
<iframe src="/marvinpoo/gitstats/embed/stats/60/dark" width="300" height="200" frameborder="0"></iframe>Retro mode commits widget showing 5 commits that refresh every 30 seconds:
<iframe src="/marvinpoo/gitstats/embed/commits/30/5/retro" width="400" height="300" frameborder="0"></iframe>