Skip to content

michael34435/slack.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack.js

Build slack command bot with simple interface.

Usage

const SlackCommand = require('slack-command.js');

const bot = new SlackCommand({ ... });

bot
  .command('test', (bot, message) => {})
  .action('...')
  .start(3000);

Install

npm i slack-command.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published