Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patcon/hubot-factoid
- Owner: patcon
- Created: 2013-12-03T05:40:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T13:36:20.000Z (over 8 years ago)
- Last Synced: 2024-08-02T05:07:10.425Z (3 months ago)
- Language: CoffeeScript
- Homepage: https://npmjs.org/package/hubot-factoid
- Size: 109 KB
- Stars: 7
- Watchers: 14
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`