/pony-badges

Pony badges for your readme/etc

Primary LanguageJavaScript

Add some pony to your badge collection!

Static Examples

badge-pinkiepie

badge-rainbowdash

badge-twilightsparkle

badge-applejack

badge-derpy

badge-octavia

badge-luna

(pixel art by pix3m)

Animated Examples

badge-rainbowdash-gif

badge-twilightsparkle-gif

badge-applejack-gif

badge-fluttershy-gif

Note: These don't play in some versions of Firefox.

How it works

This repo contains "serverless" functions for both Cloudflare Workers and Google Cloud Functions. These functions act as a proxy to the popular Shields.IO service, allowing you to pass in a Derpibooru image id to use as a logo on the badge. It works by fetching the image data from Derpibooru and then passing it to Shields.IO as a data uri in the logo parameter. Unfortunately due to url length constraints, images must be pretty small - the current functions limit images to 100px by 100px.