Skip to content

vasie1337/github-wrapped

Repository files navigation

GitHub Wrapped

A year-in-review for your GitHub contributions. See your commits, streaks, top languages, and coding patterns from the previous year.

Setup

1. Create a GitHub OAuth App

Go to GitHub Developer Settings and create a new OAuth App:

  • Homepage URL: http://localhost:3000 (or your production URL)
  • Callback URL: http://localhost:3000/api/auth/callback/github

2. Environment Variables

Create a .env file:

GITHUB_CLIENT_ID=your_client_id
GITHUB_CLIENT_SECRET=your_client_secret
NEXTAUTH_SECRET=random_secret_string
NEXTAUTH_URL=http://localhost:3000

3. Install and Run

npm install
npm run dev

Open http://localhost:3000.

About

your github wrapped

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published