Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucabubi/star-history
Github Star History - A Stunning star history 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
Last synced: 18 days ago
JSON representation
Github Star History - A Stunning star history chart generator for Github Repositories
- Host: GitHub
- URL: https://github.com/lucabubi/star-history
- Owner: lucabubi
- Created: 2023-12-27T19:09:35.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T19:27:31.000Z (8 months ago)
- Last Synced: 2024-08-17T08:05:16.762Z (4 months ago)
- Topics: github, github-pages, github-readme-stats, readme, readme-md, readme-stats, star-history, stars, stars-history, statistics, trending, trending-repositories
- Language: JavaScript
- Homepage: https://api.lucabubi.me/chart
- Size: 200 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-profile - Star History
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
:warning: This project is self-hosted. Show some :hearts: and put a :star:```md
[![Star History](https://api.lucabubi.me/chart?username=USERNAME&repository=REPOSITORY&color=COLOR)](https://github.com/lucabubi/star-history)
```Just include this line in your README.md file and change `USERNAME`, `REPOSITORY` and `COLOR`.
#### Color Reference
| Color | Palette |
| ----------------- | ------------------------------------------------------------------ |
| red | ![#c91900](https://via.placeholder.com/10/c91900?text=+) rgba(201, 25, 0, x) |
| orange | ![#ff8900](https://via.placeholder.com/10/ff8900?text=+) rgba(255, 137, 0, x) |
| yellow | ![#ffd700](https://via.placeholder.com/10/ffd700?text=+) rgba(255, 215, 0, x) |
| green | ![#20d420](https://via.placeholder.com/10/20d420?text=+) rgba(32, 212, 32, x) |
| blue | ![#1e4eff](https://via.placeholder.com/10/1e4eff?text=+) rgba(30, 78, 255, x) |
| violet | ![#9600d7](https://via.placeholder.com/10/9600d7?text=+) 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