Commit Chart is an API that displays the history of commits for each repository in a table format.
(It only works in public repositories.)
![](https://api.mosu.blog/{owner}/{repository})
Please modify the {owner} and {repository} parts of the code above appropriately and insert it into your readme.md file.
For example,
![](https://api.mosu.blog/chongin12/Problem_Solving)
shows github.com/chongin12/Problem_Solving repository.
Like this :
The name of the owner or organization of that repository.
The name of that repository.
YYYY-MM-DD format. (Default : Today - 365 days)
![](https://api.mosu.blog/chongin12/Problem_Solving?since=2024-01-01)
YYYY-MM-DD format. (Default : Today)
![](https://api.mosu.blog/chongin12/Problem_Solving?since=2024-01-01&until=2024-01-28)
Timezone. (Default : Asia/Seoul)
![](https://api.mosu.blog/chongin12/Problem_Solving?since=2024-01-01&until=2024-01-30&tz=Asia/Seoul)