UNPKG

1.06 kBMarkdownView Raw
1[![NPM version](http://img.shields.io/npm/v/hubot-has-no-idea.svg?style=flat)](https://www.npmjs.org/package/hubot-has-no-idea)
2[![Build Status](http://img.shields.io/travis/okize/hubot-has-no-idea.svg?style=flat)](https://travis-ci.org/okize/hubot-has-no-idea)
3[![Dependency Status](http://img.shields.io/david/okize/hubot-has-no-idea.svg?style=flat)](https://david-dm.org/okize/hubot-has-no-idea)
4[![Downloads](http://img.shields.io/npm/dm/hubot-has-no-idea.svg?style=flat)](https://www.npmjs.org/package/hubot-has-no-idea)
5
6# Hubot: Has No Idea
7
8Hubot script to display ["I have no idea what I'm doing"](https://goo.gl/Pf2KPD) images
9
10## Installation
11
12Add the package `hubot-has-no-idea` as a dependency in your Hubot `package.json` file.
13
14 "dependencies": {
15 "hubot-has-no-idea": "1.0.x"
16 }
17
18Run the following command to make sure the module is installed.
19
20 $ npm install hubot-has-no-idea
21
22To enable the script, add the `hubot-has-no-idea` entry to the `external-scripts.json` file (you may need to create this file).
23
24 ["hubot-has-no-idea"]