A little service that renders a pipeline status badge. It talks directly to the Concourse database to avoid having to deal with atc auth.
GET /<team-name>/<pipeline-name>
returns SVG badge
markdown
[![build status](http://badger.halfpipe.io/engineering-enablement/concourse-badger)](https://concourse.halfpipe.io/teams/engineering-enablement/pipelines/concourse-badger)
html
<a href="https://concourse.halfpipe.io/teams/engineering-enablement/pipelines/concourse-badger"><img src="http://badger.halfpipe.io/engineering-enablement/concourse-badger" title="build status"></a>
./build
and ./run