https://github.com/ahmednuaman/my-punch-card
Punch card data of all my commits
https://github.com/ahmednuaman/my-punch-card
Last synced: about 2 months ago
JSON representation
Punch card data of all my commits
- Host: GitHub
- URL: https://github.com/ahmednuaman/my-punch-card
- Owner: ahmednuaman
- License: mit
- Created: 2015-05-20T19:00:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T06:01:46.000Z (about 10 years ago)
- Last Synced: 2025-04-02T09:41:38.430Z (2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-punch-card
Punch card data of all my commits## Wat?
I wanted to see roughly how many hours of _work_ I had committed on Github, so I made this.## How do I run it?
1. Grab yourself an [access token](https://github.com/settings/tokens) from your Github account, the permissions you need are: `repo` and `user`
1. Pull this down and run `npm i`
1. Run it using `node index.js [your-github-username] [your-github-access-token]`
1. Sit and wait## License
MIT