0.11.2 • Published 5 years ago

slacksimple v0.11.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Slacksimple

A wrapper for node-slack-sdk to make the common tasks easier.

Usage

Setup:

const Slacksimple = require('./slackwrapper');
const slack = new Slacksimple(botToken, appToken);
slack.connect();

Sending a message (with typing indicator):

slack.sendTyping(channel);
slack.postMessage(channel, text, opts);

Monitoring typed messages:

slack.connect({ onMessage: this.onMessage, bot: this });

Responding to presence events:

slack.connect({ onClientPresenceChange: this.onClientPresenceChange, bot: this });
0.11.2

5 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago