A Hubot for meowziq.
$ # clone repository
$ git clone https://github.com/faithcreates-tuesday/meowbot
$ cd meowbot/
$ # configure
$ export HUBOT_MEOWZIQ_MEOWBOT='true'
$ export HUBOT_MEOWZIQ_ROOM='#meowziq'
$ export HUBOT_MEOWZIQ_URL='http://192.168.1.1:8080'
$ export HUBOT_SLACK_TOKEN='...'
$ # install dependencies
$ npm install
$ # run robot
$ npm start