Image Shields for Web Pages

MD
R
Markdown

Quick reference for implementing image-based status badges and shields on web pages to display project metrics and information visually.

  1. Create an endpoint with some stats: https://www.plantuml.com/plantuml/badge Format:
{
"schemaVersion": 1,
"label": "online diagrams",
"message": "234,843,461",
"color": "informal"
}
  1. Place an image on your page https://img.shields.io/endpoint?url=https://www.plantuml.com/plantuml/badge

Created on 5/9/2023