jrTilak / lang-colors

This is simple api that returns the color of language as shown in github repo card.

Home Page:https://lang-colors.jrtilak.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lang-colors

This is simple api that returns the color of language as shown in github repo card.

Using

https://lang-colors.jrtilak.me/api/v1/lang/<your_language>

Examples

  • 200 https://lang-colors.jrtilak.me/api/v1/lang/javascript
{
    "status": 200,
    "color": "#f1e05a"
}
  • 404 https://lang-colors.jrtilak.me/api/v1/lang/abcd
{
    "status": 404,
    "message": "Language not found!"
}

About

This is simple api that returns the color of language as shown in github repo card.

https://lang-colors.jrtilak.me


Languages

Language:JavaScript 75.7%Language:HTML 24.3%