summaryrefslogtreecommitdiff
path: root/README.md
blob: c2bb9a0399d1c31076b822cd094c551e0a72878d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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