crockpot-fromRoman
v0.0.4
Published
Convert roman numerals to decimal integers
Maintainers
Readme
crockpot-fromRoman 
Converts roman numerals to decimal integers. See the main crockpot library for a full set of conversions.
Install
$ npm install --save crockpot-fromRomanDevelopment
To run tests follow the following instructions:
$ npm install -g gulp
$ npm install -g mochaTo run tests on file changes:
$ gulp testAlternatively you can run individual tests:
$ mocha specs/**Usage
var romanNumerToDecimal = require('crockpot-fromRoman')
decimalToRoman'IV')
// 4License
MIT
