/roman-numeral-converter

A simple web interface for converting roman numerals to integers and vice versa

Primary LanguageJavaScriptMIT LicenseMIT

roman-numeral-converter

A simple web interface built for converting integers to roman numerals and vice versa

Demo

A demo of the application can be found here

Install

$ git clone git@github.com:Cein-Markey/roman-numeral-converter.git

Run Build

$ cd roman-numeral-converter
$ npm install
$ gulp build

Run Application

Run $ npm start and open your favourite browser at localhost:3000

Run Tests

$ gulp test

Technologies Used

Library Use Only

To use the raw roman library run npm i roman-numeral-converter-mmxvi

Documentation can be found at this Github repo

Dependencies

Node 5.4.1 is needed to run the application on your local machine

Use NVM to switch between Node versions with ease