Roman Numeral
Simple number to roman numeral converter. Works in both Node and browser environments. Zero external dependencies.
Installation
To install:
npm install --save roman-numeral
Getting Started
To use:
; // >> "MMXVI"
Default Conversion Mapping:
Override default by calling romanNumeral.convert
with optional mapping argument:
var custom = "Y": 2015 "O": 1; ; // >> "YO"
License
MIT