roman-numeral-converter-mmxvi

1.0.5 • Public • Published

roman-numeral-conversion-library

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

NPM

This library can be found here, 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

Package Sidebar

Install

npm i roman-numeral-converter-mmxvi

Weekly Downloads

6

Version

1.0.5

License

ISC

Last publish

Collaborators

  • cein-markey