Turn raw GitHub data into share‑worthy insights in seconds. Perfect for developers, recruiters, and marketers who need viral‑ready stats without digging through the UI.
- One‑click API – Retrieve comprehensive user stats (
github-user-stats.json) via a single endpoint. - Rich API Reference – Complete
API_REFERENCE.mdwith examples, error handling, and pagination details. - VS Code Friendly – Pre‑configured
.vscode/settings.jsonfor instant linting, formatting, and debugging. - SEO‑Optimized – Structured JSON & meta tags ensure maximum discoverability on Google.
- Zero‑Config Deployment – Deploy to any serverless platform (Vercel, Netlify, Cloudflare Workers) in minutes.
- Node.js ≥ 18
- npm or yarn
git clone https://github.com/yourname/github-stats-hero.git
cd github-stats-hero
npm installnpm run dev
# API available at http://localhost:3000/api/user/:usernamecurl https://your-deployment.com/api/user/octocatResponse (pretty‑printed):
{
"login": "octocat",
"name": "The Octocat",
"public_repos": 8,
"followers": 3931,
"following": 9,
"total_stars": 123,
"top_languages": ["JavaScript", "Python", "Go"]
}npm run build
npm run start
# Or push to Vercel/Netlify for automatic CI/CDOpen the project in VS Code; the included .vscode/settings.json will:
- Enable ESLint & Prettier
- Auto‑detect TypeScript errors
- Provide debug configurations for the API server
github stats api, github user analytics, json github data, seo friendly api, vscode project settings, data visualization, developer tools, automation, open source stats, api reference markdown