UNPKG

856 BMarkdownView Raw
1[![NPM version](https://badge.fury.io/js/hubot-has-no-idea.png)](http://badge.fury.io/js/hubot-has-no-idea) [![NPM version](https://david-dm.org/okize/hubot-has-no-idea.png)](https://david-dm.org/okize/hubot-has-no-idea) [![Build Status](https://secure.travis-ci.org/okize/hubot-has-no-idea.png)](http://travis-ci.org/okize/hubot-has-no-idea)
2
3# Hubot: Has No Idea
4
5Hubot script to display "I have no idea what I'm doing" images
6
7## Installation
8
9Add the package `hubot-has-no-idea` as a dependency in your Hubot `package.json` file.
10
11 "dependencies": {
12 "hubot-has-no-idea": "1.0.x"
13 }
14
15Run the following command to make sure the module is installed.
16
17 $ npm install hubot-has-no-idea
18
19To enable the script, add the `hubot-has-no-idea` entry to the `external-scripts.json` file (you may need to create this file).
20
21 ["hubot-has-no-idea"]