hashmaths / jeeves

An IRC bot written in Node.
MIT License
3 stars 1 forks source link

jeeves

Build Status

Yet another IRC bot.

Development

Just use docker.

docker-compose up -d

There is now an IRC server available at localhost:6667 and jeeves is in the channel #jeeves. Connect with <insert your favourite irc client here>.

How to

Run tests

docker-compose exec jeeves npm test

psql

docker-compose exec db psql -U postgres

Install npm package

Exec inside the container and install the package from there.

docker-compose exec jeeves sh
npm install --save <package>