A simple web interface built for converting integers to roman numerals and vice versa
A demo of the application can be found here
$ git clone git@github.com:Cein-Markey/roman-numeral-converter.git
$ cd roman-numeral-converter
$ npm install
$ gulp build
Run $ npm start
and open your favourite browser at localhost:3000
$ gulp test
To use the raw roman library run npm i roman-numeral-converter-mmxvi
Documentation can be found at this Github repo
Node 5.4.1 is needed to run the application on your local machine
Use NVM to switch between Node versions with ease