Based on this [blog post](http://blog.stevenlevithan.com/archives/javascript-roman-numeral-converter) by [Steven Levithan](https://github.com/slevithan). ## Usage Tests validate [from 1 to 2100](./test.js). ```js var romanize = require('{%= name %}'); console.log(romanize(58)); //=> 'LVIII' ```