Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.02 KB

File metadata and controls

47 lines (30 loc) · 1.02 KB

GitHub Wrapped

Year in Code: View your PolicyEngine GitHub contributions.

Live site: https://policyengine.github.io/github-wrapped/

Features

  • Auto-discovers all PolicyEngine org contributors
  • View commits, PRs, reviews, and issues
  • Monthly activity charts
  • Top repositories by contribution
  • PR list with file changes and discussion stats
  • Copy summary button to share stats

How It Works

The data fetcher automatically discovers anyone who contributed to PolicyEngine repos in 2025 (5+ commits or PRs). No manual team list required.

Setup

npm install

Fetch GitHub Data

Requires a GitHub token for higher rate limits:

export GITHUB_TOKEN=your_token_here
node scripts/fetch-data.js

This generates public/github-data.json with contributor activity data.

Development

npm run dev

Deployment

Deployed automatically via GitHub Actions to GitHub Pages.

Data is refreshed weekly (Mondays 6am UTC) or can be triggered manually via the "Refresh GitHub Data" workflow.