hubot-leveldb-brain
v0.0.7
Published
A hubot script to persist hubot's brain using leveldb
Downloads
3
Readme
hubot-leveldb-brain
Forked from hubot-redis-brain
A hubot script to persist hubot's brain using leveldb.
See src/leveldb-brain.coffee
for full
documentation.
Installation
In hubot project repo, run:
npm install hubot-leveldb-brain --save
Then add hubot-leveldb-brain to your external-scripts.json
:
[
"hubot-leveldb-brain"
]