Skip to content

A hubot script to build a factoid library for common questions.

Notifications You must be signed in to change notification settings

Ymbra/hubot-factoid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot: hubot-factoid

A hubot script to build a factoid library for common questions.

See src/factoid.coffee for full documentation.

Installation

Add hubot-factoid to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-factoid": ">= 0.0.0",
  "hubot-hipchat": "~2.5.1-5",
}

Add hubot-factoid to your external-scripts.json:

["hubot-factoid"]

Run npm install

About

A hubot script to build a factoid library for common questions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 76.1%
  • JavaScript 16.3%
  • Shell 7.6%