1.0.0 • Published 7 years ago

hubot-roman-numerals v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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>> I
user1>> hubot translate 2
hubot>> II
user1>> hubot translate 3
hubot>> III
user1>> hubot translate 27
hubot>> XXVII
user1>> hubot translate 1024
hubot>> MXXIV

NPM Module

https://www.npmjs.com/package/hubot-roman-numerals

1.0.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago