Skip to content

y1hao/gitclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Clock

CI

Git Clock analyses your git clock type by sending requests to GitHub's REST API.

The latest up to 1000 commits with the given GitHub user id are analysed.

The results can be in four types: Morning if you commit most during 6:00 - 12:00, Afternoon for 12:00 - 18:00, Evening for 18:00 - 24:00, and Night for 0:00 - 6:00. The time analysed is the local time contained in the commit information.

Note: Due to GitHub API's rate limiting policy, this app can only perform 1 analysis every minute. Please wait a few moments before you want to see some other people's git clock type!


The app is created with create-react-app.

Develop

npm run start

Test

npm run test

Build

npm run build

Releases

No releases published

Packages

No packages published