Skip to content

Webhook integration to your CI to Discord made easier

License

Notifications You must be signed in to change notification settings

DasWolke/CircleDisc

 
 

Repository files navigation

CircleDisc

CI -> Discord made easier.

Sponsor

Usage

const CircleDisc = require('circledisc');

const hook = new CircleDisc('id', 'token', 8080);

// OR

const hook = new CircleDisc(url, 8080) // you can replace the port with a HTTP server here too

hook.on("listening", () => console.log("Listening!"));

url Webhook URL

port/server the port/http server to use

Supported CIs

  • AppVeyor
  • CircleCI
  • Travis

TODO

  • Add Wrecker 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

Languages

  • JavaScript 99.0%
  • TypeScript 1.0%