Super minimalistic docker-hub to slack posting with configurable routing!
Cool hackers don't need fancy UIs...
curl -X POST "http://localhost:9393/slack/channels" \
-d "repo=<dockerhub_repo>" \
-d "channel=<slack_channel_url>"
curl -X GET "http://192.168.59.103:49154/slack/channels"
curl -X DELETE "http://localhost:9393/slack/channels?repo=<repo>&channel=<channel>