Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sallar/github-contributions-chart

:octocat: Generate an image of all your Github contributions
https://github.com/sallar/github-contributions-chart

contributions contributions-chart github octocat

Last synced: 21 days ago
JSON representation

:octocat: Generate an image of all your Github contributions

Awesome Lists containing this project

README

        

# :octocat: GitHub Contribution Chart Generator [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sallar/github-contributions-canvas/blob/master/LICENSE)

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](https://github.com/sallar/github-contributions-canvas).

## Requirements

- A valid github account.
- Open activity in setting (`Settings` > `Public profile` > `Contributions & Activity`).
- [ ] Make profile private and hide activity

## Install

Install the packages using [NPM](https://nodejs.org/en/):

```
$ npm install
```

## How to run

Running locally:

```
$ npm run dev
```

## Deployment

This project is deployed on [Vercel](https://vercel.com/).

## Adding themes

Add your theme to [sallar/github-contribution-canvas](https://github.com/sallar/github-contributions-canvas) repo and also send a PR here to add the name of the theme to the list.

## Example



## Contributing

Please read [CONTRIBUTING.md](./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](https://github.com/sallar/github-contributions-chart/releases) page.

## License

[MIT license](https://opensource.org/licenses/MIT)

[![Powered by Vercel](/public/powered-by-vercel.svg)](https://vercel.com/?utm_source=github-contributions-chart&utm_campaign=oss)