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

https://github.com/bybenpuls/github-language-stats

Svg (readme) statistics of programming languages from your public GitHub repos
https://github.com/bybenpuls/github-language-stats

fastapi github languages pet-project python redis svg

Last synced: 9 months ago
JSON representation

Svg (readme) statistics of programming languages from your public GitHub repos

Awesome Lists containing this project

README

          

# 🚀 GitHub Profile Language Statistics

![Preview](https://i.imgur.com/Tb0vwS4.gif)

*Easily display a dynamic language usage chart on your GitHub profile!*

## 🌐 Get Your Badge

```md
![](https:///?username=&theme=)
```

### Example:
```md
![](https://example.com/?username=byBenPuls&theme=ambient_gradient)
```

## 🎨 Themes

Choose from a variety of stunning themes:

| Name | Preview |
|:--------------------------:|-------------------------------------------------|
| Main | ![](docs/assets/main.svg) |
| Dark | ![](docs/assets/dark.svg) |
| Monokai | ![](docs/assets/monokai.svg) |
| Gradient | ![](docs/assets/gradient.svg) |
| Ambient Gradient | ![](docs/assets/ambient_gradient.svg) |
| Vice City Gradient | ![](docs/assets/vice_city_gradient.svg) |
| Ocean Blue Gradient | ![](docs/assets/ocean_blue_gradient.svg) |
| Eternal Constance Gradient | ![](docs/assets/eternal_constance_gradient.svg) |
| Purpink Gradient | ![](docs/assets/purpink_gradient.svg) |

## 🛠️ Installation

Get started in just a few steps:

```sh
# 1. Copy environment configuration
cp example.env .env

# 2. Start the application with Docker
# Using Makefile:
make run

# Without Makefile:
docker-compose build && docker-compose up
```

## 📖 Documentation

For advanced setup, customization, and API details, check out the [docs](docs/) folder.

## ⭐ Star This Project!

If you find this useful, give it a **star** ⭐ and help others discover it! 🚀