Skip to content

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.

Notifications You must be signed in to change notification settings

guvenkarabulut/md_p_language_badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program Language Badges for Markdown

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.

Tech Stack

JavaScript Express Node

Usage

![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)

Ruby

API Reference

Get a badge

  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 Reference

Color Hex
Example Color #0a192f #0a192f
Example Color #f8f8f8 #f8f8f8
Example Color #00b48a #00b48a
Example Color #00d1a0 #00d1a0

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published