Skip to content

trondeh80/SlackResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackResolver

A nodejs slackbot for resolving issues through slack.

To install: Create a slackbot: https://my.slack.com/services/new/bot

Create a env.js file that exports your slack api token:

export const SLACK_API_TOKEN = 'your-token-here';

Install dependencies: npm install

Let babel transpile the code: npm run start

Start the server with: node dist/app.js

About

A nodejs slackbot for resolving issues through slack.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors