An open API service indexing awesome lists of open source software.

https://github.com/qoomon/starlines

Create beautiful stargazers histograms of your repositories or gists
https://github.com/qoomon/starlines

Last synced: 11 months ago
JSON representation

Create beautiful stargazers histograms of your repositories or gists

Awesome Lists containing this project

README

          

# GitHub Starlines [![starline](https://starlines.qoo.monster/assets/qoomon/starlines)](https://github.com/qoomon/starlines)

Dynamically generated GitHub stargazer history badges.

> [!Note]
> The starline x-axis is scaled logarithmically and the y-axis is scaled by square root.

## Example
[![starline](https://starlines.qoo.monster/assets/qoomon)](https://github.com/qoomon/starline)

## Usage
> [!NOTE]
> It can take some time until the image is ready, depending on the amount of stargazers to fetch and process.

> If you are eager to watch the image generation workflows progress jump to [workflow runs](https://github.com/qoomon/starline/actions/workflows/create-starline.yaml).

### For GitHub Repositories
```md
[![starline](https://starlines.qoo.monster/assets/OWNER/REPO)](https://github.com/qoomon/starline)
```
### For GitHub Gists
```md
[![starline](https://starlines.qoo.monster/assets/OWNER/GIST@gist)](https://github.com/qoomon/starline)
```
### For GitHub Users
```md
[![starline](https://starlines.qoo.monster/assets/USER)](https://github.com/qoomon/starline)
```

## Starline Cache
[GitHub Starlines Release](https://github.com/qoomon/starline/releases/tag/starlines)

## Sources
- Heavily inspired by [spark](https://github.com/antonmedv/spark)
- especially the badge design is a copy of spark