Notion GitHub Tracker is a dynamic Next.js application designed to seamlessly integrate GitHub user data into Notion. This tool offers a convenient way to track and display GitHub contributions directly within a Notion page.
The project is deployed and can be accessed at Notion GitHub Tracker. Simply replace :username with your GitHub username and optionally specify the theme (light or dark, with dark being the default).
Example: https://notion-github-graph.vercel.app/kossakovsky?theme=dark


To run the development server locally:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devVisit http://localhost:3000 in your browser to view the application.
npm install or yarn install.The project allows users to view GitHub contribution data directly on Notion. Follow these steps to use it:
:username with your GitHub username.theme=dark or theme=light in the URL.To embed this in Notion:
Contributions to improve Notion GitHub Tracker are welcome. Feel free to fork the repository, make changes, and submit a pull request.