0.1.4 • Published 9 years ago

hubot-dtc v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Hubot Dans Ton Chat

A little script to get quotes from Dans Ton Chat.

Build Status NPM version

Usage

Returns the last quote or a random one.

  • robot dernier dans ton chat: returns the last one
  • robot dtc: returns a random one

Installation

Add the package hubot-dtc as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot-dtc": "0.1.4"
}

Run the following command to make sure the module is installed.

$ npm install hubot-dtc

To enable the script, add the hubot-dtc entry to the external-scripts.json file (you may need to create this file).

["hubot-dtc"]
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago