I work on a couple of projects that use Git tags at least once a day for deployment, and would like to be notified that a tag has been created. This idea occurred to me, though really it shouldn't be a polling app like I envision below but rather Git should have a post-commit hook set up which sends to some notification service (Slack?!).
Algorithm for a node bot that notifies of a new tag in Git: