hubot-atoncall

A hubot script that grabs the current oncall person.

Usage no npm install needed!

<script type="module">
  import hubotAtoncall from 'https://cdn.skypack.dev/hubot-atoncall';
</script>

README

hubot-atoncall

Build Status

A hubot script that grabs the current oncall person from pagerduty for a specific service.

See src/atoncall.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-atoncall --save

Then add hubot-atoncall to your external-scripts.json:

["hubot-atoncall"]