Do you even badge?
Make sure you have all the badges on your project to make it shine!
Simple place the following markdown in your project to report on whether or not you have sufficient status badging:
![Badge Badge](http://doyouevenbadge.com/github.com/stevvooe/badgebadge)
Make sure to replace github.com/stevvooe/badgebadge
with the name of your project.
You can build this Go server via docker:
docker build -t badgebadge .
The server exposes port 8080:
docker run -p 8080:8080 badgebadge
Only 2 ENVIRONMENT variables are
- DEBUG - Shows more output in the server logs
- BADGE_COUNT - Minimum amount of badges for it to pass (default: 3)