Webhook integration to your CI to Discord made easier
MIT License
2
stars
2
forks
source link
readme
CircleDisc
Zero dependency CI -> Discord webhook server.
Usage
const CircleDisc = require('circledisc');
const hook = new CircleDisc('url', 1337 /* can also be a http server */);
hook.startListening();
hook.on('ready', () => console.log("Ready!"));