https://github.com/smashingboxes/watson-slack-bot
https://github.com/smashingboxes/watson-slack-bot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smashingboxes/watson-slack-bot
- Owner: smashingboxes
- Created: 2017-02-24T20:01:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T20:58:30.000Z (about 9 years ago)
- Last Synced: 2025-01-03T18:12:21.382Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Watson Slack Bot
Install
```
yarn install
echo "SLACK_TOKEN=" >> .env
echo "WATSON_KEY=" >> .env
yarn start
```