sallar/github-contributions-chart
:octocat: Generate an image of all your Github contributions
repo name | sallar/github-contributions-chart |
repo link | https://github.com/sallar/github-contributions-chart |
homepage | https://github-contributions.now.sh |
language | JavaScript |
size (curr.) | 3238 kB |
stars (curr.) | 3253 |
created | 2018-04-29 |
license | MIT License |
:octocat: GitHub Contribution Chart Generator
Generates an image of all your GitHub contributions since you have signed up, so you can use it in social media.
The API for this project lives in the src/pages/api
directory since GitHub doesn’t provide a way to access user statistics through it’s official API.
The drawing mechanism lives in the sallar/github-contributions-canvas repository.
Install
Install the packages using NPM:
$ npm install
How to run
Running locally:
$ npm run dev
Deployment
This project is deployed on ZEIT Now.
Adding themes
Add your theme to sallar/github-contribution-canvas repo and also send a PR here to add the name of the theme to the list.
Example
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Changelog
Every release, along with the migration instructions, is documented on the Github Releases page.