https://github.com/kylekarpack/react-github-graph
A lightweight React component to display a graph of Github contributions
https://github.com/kylekarpack/react-github-graph
component contributions github react reactjs
Last synced: about 2 months ago
JSON representation
A lightweight React component to display a graph of Github contributions
- Host: GitHub
- URL: https://github.com/kylekarpack/react-github-graph
- Owner: kylekarpack
- License: mit
- Created: 2019-06-11T14:12:08.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T20:11:12.000Z (about 1 year ago)
- Last Synced: 2025-10-03T13:56:30.099Z (7 months ago)
- Topics: component, contributions, github, react, reactjs
- Language: TypeScript
- Homepage: https://kylekarpack.github.io/react-github-graph/
- Size: 11.7 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-github-graph

## Purpose
React Github Graph is a lightweight React component that displays Github contributions for a given user.
## Installation
```
npm install react-github-graph
```
or
```
yarn add react-github-graph
```
## Usage
```jsx
import React from "react";
import { GithubContributions } from "react-github-graph"
export default function App() {
return (
);
}
```
## Notes
Currently depends on the following resources:
- https://cors.kylekarpack.workers.dev
- https://github.com
If one of these resources is unavailable, the component will not be able to load and will hide itself