https://github.com/geo-mena/gitchart
📊 Generate an image of all your Github contributions.
https://github.com/geo-mena/gitchart
git reactjs tailwind typescript vercel
Last synced: 2 months ago
JSON representation
📊 Generate an image of all your Github contributions.
- Host: GitHub
- URL: https://github.com/geo-mena/gitchart
- Owner: geo-mena
- License: mit
- Created: 2024-12-05T02:19:50.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-18T22:51:30.000Z (6 months ago)
- Last Synced: 2025-02-14T15:46:20.470Z (4 months ago)
- Topics: git, reactjs, tailwind, typescript, vercel
- Language: JavaScript
- Homepage: https://gitchart.vercel.app
- Size: 2.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## 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/).
## 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/geo-mena/gitchart/releases) page.
## License
[MIT license](https://opensource.org/licenses/MIT)