Skip to content

jhgaylor/hubot-cashbrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

including cashbrain

npm install hubot-cashbrain

and add a script like this to your hubot

_ = require 'underscore'
CashBrain = require 'hubot-cashbrain'

module.exports = (robot) ->
  $brain = new CashBrain()
  robot.brain = _.extend $brain, robot.brain

todo:

have the brain keep the cache up to date with setTimeouts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published