Skip to content

bokub/gradgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈 Gradgen

Dynamic Gradient Badges

Gradgen is a simple yet powerful Cloudflare worker that enhances your badges from badgen.net with stunning gradients.

Powered by the gradient-badge library, Gradgen allows you to easily apply custom gradient effects to any badge with just a URL tweak.

Usage

Using Gradgen is super easy

  1. Head to badgen.net and generate the badge of your choice
  2. Swap out the badgen.net in the URL with gradgen.bokub.workers.dev
  3. Add a gradient query parameter with your desired colors, formatted as a comma-separated list of hex codes or color names

Optional: Add &style=flat for a sleek, flat design.

Examples

  Description   URL        Result       
Original Badge https://badgen.net/github/checks/nodejs/node Original badge
With gradient https://gradgen.bokub.workers.dev/github/checks/nodejs/node?gradient=red,yellow With gradient
Flat badge https://gradgen.bokub.workers.dev/github/checks/nodejs/node?gradient=b65cff,11cbfa&style=flat Flat badge