https://github.com/kevin940726/node-slack-issue-linker
:point_right: Give me the links of the issues!
https://github.com/kevin940726/node-slack-issue-linker
github heroku issue node slack
Last synced: 2 months ago
JSON representation
:point_right: Give me the links of the issues!
- Host: GitHub
- URL: https://github.com/kevin940726/node-slack-issue-linker
- Owner: kevin940726
- License: mit
- Created: 2017-05-13T10:52:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T06:43:47.000Z (about 9 years ago)
- Last Synced: 2025-06-01T05:11:23.890Z (about 1 year ago)
- Topics: github, heroku, issue, node, slack
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-slack-issue-linker
:point_right: Give me the links of the issues!
[](https://circleci.com/gh/kevin940726/node-slack-issue-linker) [](https://coveralls.io/github/kevin940726/node-slack-issue-linker?branch=master)
## What ?
Issues Linker will add a bot to your team and listen to your messages by invitation. Once it hears something like `#12`, `repo#12`, or `owner/repo#12`, it will respond by posting back corresponding url of the issues to the channel. In this case it will output the same url `https://github.com/owner/repo/issues/12` in all three patterns.
## Getting Started
There are a few ways to get started, choose one of them ordered by recommendation.
- **One click add to slack and deploy to heroku**:
[](https://slack.com/oauth/authorize?&client_id=3960830011.183110350674&scope=bot,chat:write:bot)
- Setup slack bot yourself and manually deploy to heroku:
[](https://heroku.com/deploy?template=https://github.com/kevin940726/node-slack-issue-linker/tree/master&env[HOST]=github)
- Add to slack and copy tokens to run on your own server after cloning this repo.
## Author
Kai Hao
## License
[MIT](LICENSE)