Skip to content

ClarityCafe/CircleDisc

Repository files navigation

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

About

Webhook integration to your CI to Discord made easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •