summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-10 23:29:23 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-10 23:29:23 +0000
commit8b9074084f336467f8a623f6c710f80324abe362 (patch)
tree6b2b9e5a3634ff96ed0f170144196f84917d6ed9 /README.md
parent51624b419a17cc0b2bae90e0a2b26782d87652c5 (diff)
parentde928d15cdfc50d5165b2dc393b015ccf0b97735 (diff)
Merge branch 'readme' into 'master'
Update readme Testing hooks See merge request !1
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8e56c8..c2bb9a0 100644
--- a/README.md
+++ b/README.md
@@ -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