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

https://github.com/yuki-yano/kataworks-logger


https://github.com/yuki-yano/kataworks-logger

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# slack-logger

## Usage

```
$ export HUBOT_SLACK_TOKEN=***
$ export MONGO_USER=***
$ export MONGO_PASS=***
$ export MONGO_HOST=***
$ export MONGO_PORT=***
$ export MONGO_DB=***
$ export MONGO_COLL=***
$ bin/hubot --adapter slack
```