Skip to content

Instantly share code, notes, and snippets.

@edgarrmondragon
Last active March 16, 2021 05:25
Show Gist options
  • Save edgarrmondragon/4d16eafb6ca29f9862ee065cfbc74c2e to your computer and use it in GitHub Desktop.
Save edgarrmondragon/4d16eafb6ca29f9862ee065cfbc74c2e to your computer and use it in GitHub Desktop.
[Badge Endpoint] Example Dynamic JSON endpoint for https://shields.io/
Badge: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/edgarrmondragon/4d16eafb6ca29f9862ee065cfbc74c2e/raw/badge.json&logo=python&logoColor=white
Docs: https://shields.io
{
"schemaVersion": 1,
"label": "Hello",
"message": "sweet world",
"color": "red"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment