Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 515 Bytes

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!"));

Supported Services

  • AppVeyor
  • CircleCI
  • Travis
  • Docker

TODO

  • Add Wercker support
  • Fully support all states on AppVeyor builds
  • Fully support all states on Travis builds
  • Add support for plugins