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

https://github.com/lucabubi/star-history

Github Star History - A stunning star history widget chart generator for Github Repositories
https://github.com/lucabubi/star-history

github github-pages github-readme-stats readme readme-md readme-stats star-history stars stars-history statistics trending trending-repositories widget widgets

Last synced: 3 months ago
JSON representation

Github Star History - A stunning star history widget chart generator for Github Repositories

Awesome Lists containing this project

README

          

![Cover](https://i.ibb.co/C5dzx2K/IMG-9867-1.jpg)

# Github Star History
- [Ready to use](#ready-to-use)
- [Examples](#examples)
- // TODO

## Ready to use

> \[!NOTE]
>
> This project is self-hosted since 2023. Please, show some :hearts: and put a :star:!

Include this line in your README.md file and change `USERNAME`, `REPOSITORY` and `COLOR`:

```md
[![Star History](https://api.lucabubi.me/chart?username=USERNAME&repository=REPOSITORY&color=COLOR)](https://github.com/lucabubi/star-history)
```

#### Color Reference

| Color | Palette |
| ----------------- | ------------------------------------------------------------------ |
| red | ![#c91900](https://placehold.co/15x15/c91900/c91900.png) rgba(201, 25, 0, x) |
| orange | ![#ff8900](https://placehold.co/15x15/ff8900/ff8900.png) rgba(255, 137, 0, x) |
| yellow | ![#ffd700](https://placehold.co/15x15/ffd700/ffd700.png) rgba(255, 215, 0, x) |
| green | ![#20d420](https://placehold.co/15x15/20d420/20d420.png) rgba(32, 212, 32, x) |
| blue | ![#1e4eff](https://placehold.co/15x15/1e4eff/1e4eff.png) rgba(30, 78, 255, x) |
| violet | ![#9600d7](https://placehold.co/15x15/9600d7/9600d7.png) rgba(150, 0, 215, x) |

#### Examples

```md
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=red)](https://github.com/lucabubi/star-history)
```
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=red)](https://github.com/lucabubi/star-history)

```md
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=orange)](https://github.com/lucabubi/star-history)
```
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=orange)](https://github.com/lucabubi/star-history)

```md
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=yellow)](https://github.com/lucabubi/star-history)
```
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=yellow)](https://github.com/lucabubi/star-history)

```md
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=green)](https://github.com/lucabubi/star-history)
```
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=green)](https://github.com/lucabubi/star-history)

```md
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=blue)](https://github.com/lucabubi/star-history)
```
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples&color=blue)](https://github.com/lucabubi/star-history)

```md
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples)](https://github.com/lucabubi/star-history)
```
[![Star History](https://api.lucabubi.me/chart?username=mdn&repository=js-examples)](https://github.com/lucabubi/star-history)

## // TODO