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
- Host: GitHub
- URL: https://github.com/sanderploegsma/hubot-caps-lock
- Owner: sanderploegsma
- License: mit
- Created: 2016-02-03T00:22:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T20:18:58.000Z (over 8 years ago)
- Last Synced: 2025-02-10T19:19:57.424Z (5 months ago)
- Topics: hubot, hubot-script, hubot-scripts
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-caps-lock
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/hubot-caps-lock) [](https://travis-ci.org/sanderploegsma/hubot-caps-lock)
# hubot-caps-lock
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)