Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1001 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1001 Bytes

Tadaa Runner

Tadaa! Monitor things via the medium of sound.

Tadaa Runner is a command line client for easily running multiple tadaa powered audio monitors. Monitor anything you want by writing a simple plugin.

Install

Install the runner:

npm install tadaa-runner

Now install any required plugins:

npm install tadaa-zendesk --save

Any sounds required should either be in the tadaa-runner ./sounds directory or in the ./sounds directory of the plugin.

Configure

  • Copy example-config.js to config.js.
  • Edit config.js. See the plugins documentation for values to configure.

Run

./bin/tadaa

Plugins