0.0.4 • Published 8 years ago

crockpot-fromRoman v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago