Skip to content

cicloon/awesome_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

Minimalist wrapper for the Slack RTM API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published