This repository provides a collection of badges for various programming languages, which can be easily integrated into Markdown files. These badges serve as visual indicators of the programming languages used in your project or repository.
![language](https://neofetch-for-github.vercel.app/badge/< LANGUAGE >?badge_color=< BADGE_COLOR >&border_color=< BORDER_COLOR>&bg_color= < BG_COLOR >)
![Ruby](https://neofetch-for-github.vercel.app/badge/ruby?badge_color=cc342d&border_color=cc342d&bg_color=fff)
GET /badge/:lang_slug?badge_color=:badge_color,border_color=:border_color,bg_color=:bg_color
Parameter | Type | Description |
---|---|---|
lang_slug |
string |
Required. lang_slug from simple icons website |
badge_color |
string |
hex code for foreground color |
border_color |
string |
hex code for border color |
bg_color |
string |
hex code for background color |
Color | Hex |
---|---|
Example Color | #0a192f |
Example Color | #f8f8f8 |
Example Color | #00b48a |
Example Color | #00d1a0 |