Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patcon/hubot-factoid

A hubot script to build a factoid library for common questions.
https://github.com/patcon/hubot-factoid

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Hubot: hubot-factoid

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

See [`src/factoid.coffee`](src/factoid.coffee) for full documentation.

## Installation

Add **hubot-factoid** to your `package.json` file:

```json
"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`:

```json
["hubot-factoid"]
```

Run `npm install`