GitHub Profile Embeds

Custom GitHub profile embeds powered by Cloudflare Pages.

Available Endpoints

GitHub Metrics
/api/metrics?username=YOUR_USERNAME

Displays followers, stars, commits, and uptime statistics.

Primary Stack
/api/stack?username=YOUR_USERNAME

Shows a bar chart of your primary programming languages.

Project Showcase
/api/projects?username=YOUR_USERNAME&count=3

Displays your top repositories with descriptions and tech tags.

Social Links
/api/links?linkedin=USER&twitter=USER&website=URL

Custom card with your social media links.

Usage

Add these embeds to your GitHub profile README:

![GitHub Metrics](https://your-project.pages.dev/api/metrics?username=YOUR_USERNAME)
![Primary Stack](https://your-project.pages.dev/api/stack?username=YOUR_USERNAME)
![Projects](https://your-project.pages.dev/api/projects?username=YOUR_USERNAME&count=3)
![Links](https://your-project.pages.dev/api/links?linkedin=USER&twitter=USER)

Documentation

For setup instructions and customization options, see the GitHub repository.