Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 2.02 KB

README.md

File metadata and controls

22 lines (22 loc) · 2.02 KB

Hacking your GitHub Contribution Graph!

GitHub issues GitHub stars GitHub forks GitHub license
alt text alt text alt text alt text

IMPORTANT

This is only for educational purpose. Anything and whatever you do with this program, i do not have responsibility.

Description

I was inspired iamrohitagg's work which makes it possible to do something that has not been done in the past, turn lights on the contribution graph in our profile. If you want my project working, you must npm install simple-git, moment, and jsonfile. I really recommend you to go to iamrohitagg's youtube and watch it properly.

How to use

Basically I created two versions. You can either do it by randomly(.js), and specifically(.js) choose the date.

randomly.js is set default as 1 year time frame. you can change it by increase n in .subtract( n , 'y') on line 11.

specifically.js, put the date you want with 'YYYY-MM-DD' format in makeCommit('date') on line 18.

When everything is ready, use node randomly.js or node specifically.js on terminal to change your contribution graph.