badgen.net icon indicating copy to clipboard operation
badgen.net copied to clipboard

Add labelColor and icon query properties to http and runkit badge APIs

Open evelynhathaway opened this issue 3 years ago • 1 comments

Currently the HTTP badges can return the following:

{
    subject: 'hello',
    status: 'world',
    color: 'blue'
}

But it would be cool to be able to have control over the labelColor and icon dynamically as well!

Use case: on my GitHub profile readme, I have on a custom status badge that takes my current project from a time tracking app. The label color would be nice to change when the project is active.

evelynhathaway avatar Jul 04 '20 06:07 evelynhathaway

That's a good idea 👍

amio avatar Jul 27 '20 07:07 amio