Simple notification http server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 271 B view raw view rendered
1# Notify Me 2 3A very very very simple web server which listens for POST on `/notify` (x-www-form-urlencoded with `name` and `body`) and displays a notification. 4 5Designed specifically so my scuffed CI/CD system with `tangled-on-commit` can notify me when its complete lol