Skip to content

A hubot script for translating decimal numbers into roman numerals

Notifications You must be signed in to change notification settings

kitlawes/hubot-roman-numerals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A hubot script for translating decimal numbers into roman numerals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published