0.1.0 • Published 11 years ago
posicon v0.1.0
posicon-hipchat 
Contextual emoticons for hipchat
Install
npm install posicon --save
(WTF is the point?)
I wanted to attach random (but contextually valid) emoticons to hubot msgs in hipchat.
Example:
{icon} = require('posicon')
msg.send data.response + icon(data.status) Methods
icon(methodName)- Allows you to pass in one of the below methods by name, instead of invoking them as functions. Handy for passing in status labels.success()- returns a random success iconfailure()- returns a random failure iconunknown()- returns a random unknown icon
Sugar methods:
All of these are the same as success():
- win
- good
- ok
- successful
All of these are the same as failure():
- fail
- bad
- error
0.1.0
11 years ago