2.0.1 • Published 6 years ago

romanjs v2.0.1

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

RomanJS

npm npm bundle size (minified) JavaScript Style Guide NpmLicense

Converts numbers from decimal to roman and vice versa

Installation

$ npm install romanjs

Usage

const romanjs = require('romanjs');

const romanNumber = romanjs.roman(23);
const decimalNumber = romanjs.decimal('XXIII');

console.log(romanNumber); // XXIII
console.log(decimalNumber); // 23

License

RomanJS is under MIT License.

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago