Conver back and forward roman and arabic numbers.
npm install CodeInBrackets/Roman-Arabic-Converter --save
this exposes the next api
- convert from Roman to Arabic. Example
var converter = require('roman-arabic-converter')
converter.RomanToArabic("II") //2
- convert from Arabic to Roman Example
var converter = require('roman-arabic-converter')
converter.ArabicToRoman(2) //"II"
- Improve the naming convention
- Add more top level unit tests
Buildings graphic by Freepik from Flaticon is licensed under CC BY 3.0. Made with Logo Maker