0.1.4 • Published 7 years ago

leitstand-slack v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

leitstand-slack NPM version Build Status Dependency Status

Slack plugin for Leitstand

Installation

First, install leitstand-cli, if you haven't done yet. Then install the plugin as dependency into your Leitstand app via:

npm install leitstand-slack --save

Usage

leitstand
  .plugin('slack', {
    settings: {
      botToken: '<TOKEN>'
    }
  })
  .widget('slack-demo', {
    plugin: 'slack',
    events: 'message'
  });

API

node-slack-sdk Slack

License

MIT © Sebastian Krüger