Add github stars history chart to README.md

This commit is contained in:
Eugene Burmakin 2024-04-08 01:14:18 +02:00
parent 0e61d597a9
commit b4308108eb

View file

@ -55,3 +55,14 @@ APPLICATION_HOST — host of the application, e.g. `localhost` or `dawarich.exam
![Import](screenshots/imports.jpeg)
## Star History
As you could probably guess, I like statistics.
<a href="https://star-history.com/#Freika/dawarich&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Freika/dawarich&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Freika/dawarich&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Freika/dawarich&type=Date" />
</picture>
</a>