hubot-roman-numerals
v1.0.0
Published
A hubot script for translating decimal numbers into roman numerals
Readme
hubot-roman-numerals
A hubot script for translating decimal numbers into roman numerals
See src/roman-numerals.coffee for full documentation.
Installation
In hubot project repo, run:
npm install hubot-roman-numerals --save
Then add hubot-roman-numerals to your external-scripts.json:
[
"hubot-roman-numerals"
]Sample Interaction
user1>> hubot translate 1
hubot>> Iuser1>> hubot translate 2
hubot>> IIuser1>> hubot translate 3
hubot>> IIIuser1>> hubot translate 27
hubot>> XXVIIuser1>> hubot translate 1024
hubot>> MXXIVNPM Module
https://www.npmjs.com/package/hubot-roman-numerals
