react-github-activity-grid
v1.0.3
Published
A React component that displays GitHub contributions from multiple accounts in a unified heatmap visualization, similar to GitHub's contribution graph but with support for merging contribution data from multiple GitHub accounts. π β¨
Readme
π GitHub Contributions Widget
A React component that displays GitHub contributions from multiple accounts in a unified heatmap visualization, similar to GitHub's contribution graph but with support for merging contribution data from multiple GitHub accounts. π β¨
πΈ Screenshot

π¦ Installation
npm i react-github-activity-gridπ Usage
import { GithubContributionsWidget } from "react-github-activity-grid";
<GithubContributionsWidget
usernames={["joebloggs","marybloggs"]}
githubApiKey={<your github account api key>}
/>;π Note
π Important: The GitHub GraphQL API does not currently include contributions to private repositories. As a result, you might notice a small discrepancy between the contributions shown on your GitHub profile and this widget's data.
π‘ Learn more in this GitHub discussion: here.
π€ Contribute
This is an open-source project! π Feel free to explore, report issues, or contribute enhancements on GitHub: react-github-activity-grid
π Potential Future Releases
Here are some exciting updates planned for future versions of the widget:
π Advanced Stats: Display enhanced statistics, such as contribution streaks, most active days, and more. ποΈ Conditional Text Display: Optionally display text-based information, such as specific days and months, alongside the graph. π¨ Customizable Styles: Expose styling options to allow users to modify the widget's appearance externally. π Private Repo Support: Explore solutions to incorporate contributions from private repositories. π±οΈ Improved Interactivity: Add interactive features, such as clickable links to specific contributions.
