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

https://github.com/sanderploegsma/hubot-caps-lock

FUCK YEAH CAPS LOCK
https://github.com/sanderploegsma/hubot-caps-lock

hubot hubot-script hubot-scripts

Last synced: 4 months ago
JSON representation

FUCK YEAH CAPS LOCK

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/hubot-caps-lock.svg)](https://www.npmjs.com/package/hubot-caps-lock) [![Build Status](https://travis-ci.org/sanderploegsma/hubot-caps-lock.svg?branch=master)](https://travis-ci.org/sanderploegsma/hubot-caps-lock)
# hubot-caps-lock

![](http://i1.kym-cdn.com/photos/images/original/000/046/772/vPRwonnXjiogzxwlFXZJqZivo1_500_2.jpg)

Reward use of caps lock with entertaining images

See [`src/caps-lock.coffee`](src/caps-lock.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-caps-lock --save`

Then add **hubot-caps-lock** to your `external-scripts.json`:

```json
[
"hubot-caps-lock"
]
```

## Sample Interaction

```
user1>> OMG SHUT UP!
hubot>> http://i1.kym-cdn.com/photos/images/original/000/046/772/vPRwonnXjiogzxwlFXZJqZivo1_500_2.jpg
```

## License
This software is licenced under the MIT license. For more information, see [here](LICENSE)