Stars starcharts Plot your repository stars over time.
{{ if .FullName }}

{{ if .StargazersCount }} Awesome! {{ else }} Hang in there! {{ end }} {{ .FullName }} was created and now has {{ .StargazersCount }} stars.

{{ if .StargazersCount }}

Please try again in a few minutes. This might not work for very famous repository.

You can include the chart on your repository's README.md as follows:


## Stargazers over time

[![Stargazers over time](https://starchart.cc/{{ .FullName }}.svg)](https://starchart.cc/{{ .FullName }})
      

{{ end }} {{ else }}
Check some repository chart by browsing to user/repo, for example, caarlos0/starcharts
{{ end }}