UNPKG

roman-numeral-converter-mmxvi

Version:

A node module for converting roman numerals to integers and vice versa

21 lines (13 loc) 664 B
# roman-numeral-conversion-library A node module for converting roman numerals to integers and vice versa [![NPM](https://nodei.co/npm/roman-numeral-converter-mmxvi.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/roman-numeral-converter-mmxvi/) This library can be found <a href="https://www.npmjs.com/package/roman-numeral-converter-mmxvi">here</a>, on the NPM registry. ##Install `npm i roman-numeral-converter-mmxvi` ##Use `let romanNumeralConverter = require('roman-numeral-converter-mmxvi');` ##Methods `romanNumeralConverter.getRomanFromInteger(10);` `romanNumeralConverter.getIntegerFromRoman('M');` License MIT © Cein Markey