An open API service indexing awesome lists of open source software.

https://github.com/ceccode/slack-hello


https://github.com/ceccode/slack-hello

Last synced: 10 months ago
JSON representation

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
```