# 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
