Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.04 KB

File metadata and controls

42 lines (29 loc) · 1.04 KB

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