https://github.com/9sako6/commit-stalker
A GitHub commits viewer that allows you to easily search older commits by pagination. Commit messages are rendered as Markdown.
https://github.com/9sako6/commit-stalker
github github-api nextjs website
Last synced: 5 months ago
JSON representation
A GitHub commits viewer that allows you to easily search older commits by pagination. Commit messages are rendered as Markdown.
- Host: GitHub
- URL: https://github.com/9sako6/commit-stalker
- Owner: 9sako6
- License: wtfpl
- Created: 2019-02-13T17:23:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T11:08:32.000Z (over 2 years ago)
- Last Synced: 2025-04-05T23:41:11.241Z (7 months ago)
- Topics: github, github-api, nextjs, website
- Language: TypeScript
- Homepage: https://9sako6.github.io/commit-stalker/
- Size: 108 MB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# commit-stalker


A GitHub commits viewer that allows you to easily search older commits by
pagination. Commit messages are rendered as Markdown.
In addition, **100 commits** are showed in a page. (35 commits in the official
site.)
URL: https://9sako6.github.io/commit-stalker/
https://user-images.githubusercontent.com/31821663/210141602-b640a7a4-7377-4e40-83f2-96f8427d02f4.mov
These are sample screenshots on mobile.
## More Details
[I built the Web app to search commits on GitHub - dev.to](https://dev.to/9sako6/i-built-the-web-app-to-search-commits-on-github-3l82)
## Change log
**2023/01/07**
You can now sign in with your GitHub account to send authenticated requests.
**2022/12/31**
Replace with Next.js.
**2020/04/29**
Responsive support.
**2019/05/06**
To count all commit, commit-stalker uses original Web API:
[9sako6/github-api-for-commit-count](https://github.com/9sako6/github-api-for-commit-count).
- This API is no longer used. (2021/08/19)
## License
- [WTFPL](https://github.com/9sako6/commit-stalker/blob/master/LICENSE.md)