This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

leitstand-slack

0.1.4 • Public • Published

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

Package Sidebar

Install

npm i leitstand-slack

Weekly Downloads

2

Version

0.1.4

License

MIT

Last publish

Collaborators

  • npm