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
- Host: GitHub
- URL: https://github.com/qoomon/starlines
- Owner: qoomon
- Created: 2024-11-11T13:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T06:55:56.000Z (12 months ago)
- Last Synced: 2025-04-14T23:43:10.154Z (11 months ago)
- Language: JavaScript
- Homepage: https://starlines.qoo.monster
- Size: 94.7 KB
- Stars: 32
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - qoomon/starlines - Create beautiful stargazers histograms of your repositories or gists (JavaScript)
README
# GitHub 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
[](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
[](https://github.com/qoomon/starline)
```
### For GitHub Gists
```md
[](https://github.com/qoomon/starline)
```
### For GitHub Users
```md
[](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