0.0.3 • Published 9 years ago

awesome_slack v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Awesome Slack

Minimalist wrapper for the Slack RTM API.

Work in progress.

To give it a try:

var slackClient = new AwesomeSlack('your api token');

slackClient.on('connectionOpen', function(){
  console.log('connection with Slack ready');
});
slackClient.on('messageReceived', function(messageData){
  console.log("Received: " + messageData);
});

slackClient.sendMessage('hello world', 'channel or group id')
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago