Skip to content

desirable-objects/slacked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slacked

Build Status JavaScript Style Guide HapiJS

A slack app for making adding new slash commands to slack easy.

Example is in packages/demo Documentation is in packages/core or on npm Plugin example at packages/plugin-demo

Install via yarn/npm:

yarn add slacked
yarn add slacked-demo-plugin

Add some config in config.json:

{ 
  "plugins": [
    "slacked-demo-plugin"
  ]
}

When you create your app integration in slack, you will get a token. Set this as an environment variable.

export SLACK_KEY=xxxx

Configure the app in your slack instance:

adding

Test!

/demo your-name