https://github.com/ceccode/slack-hello
https://github.com/ceccode/slack-hello
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceccode/slack-hello
- Owner: ceccode
- License: mit
- Created: 2015-10-11T12:39:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-11T13:35:55.000Z (over 10 years ago)
- Last Synced: 2023-03-24T02:51:19.319Z (over 3 years ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-hello
Simple "hello user" slack bot. For learnig purpose.
## Run test
```
npm start
npm test
```
## Heroku deploy
To launch the app on Heroku create a Procfile file and insert:
```
web: node app
```
Push your app to Heroku:
```
heroku create
git push heroku master
```