diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-10 23:22:13 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-10 23:22:13 +0000 |
commit | 887b25535ae9d7c2d7a0ba34fbbffed63208e6fd (patch) | |
tree | f9ce89acdf945e65dc1f8ffd8aca67a725fd2ae0 | |
parent | 51624b419a17cc0b2bae90e0a2b26782d87652c5 (diff) |
Update readme
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,3 +2,17 @@ BlaEars ======= It's called BlaEars because it listens for HTTP requests. Get it? + +This is used for listening for HTTP requests on specified URLs, and then +doing something with them - specifically, sending messages to IRC (at +the moment) + +Current supported URLs - + +/git/push +Listens for GitLab messages announcing pushes to repositories + +/git/merge +Listens for GitLab messages announcing merge requests + +Uses Spring MVC and SpringBoot |