circledisc

0.2.6 • Public • Published

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

Package Sidebar

Install

npm i circledisc

Weekly Downloads

1

Version

0.2.6

License

MIT

Unpacked Size

20.7 kB

Total Files

14

Last publish

Collaborators

  • noud02
  • sr229
  • ovyerus