crockpot-fromRoman

0.0.4 • Public • Published

crockpot-fromRoman Build Status

Converts roman numerals to decimal integers. See the main crockpot library for a full set of conversions.

Install

$ npm install --save crockpot-fromRoman

Development

To run tests follow the following instructions:

$ npm install -g gulp
$ npm install -g mocha

To run tests on file changes:

$ gulp test

Alternatively you can run individual tests:

$ mocha specs/**

Usage

var romanNumerToDecimal = require('crockpot-fromRoman')
 
decimalToRoman'IV')
// 4

License

MIT

Package Sidebar

Install

npm i crockpot-fromRoman

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • eternal44