andreiabal-numberconverter-lib

1.0.1 • Public • Published

A JS library to convert arabic numerals into roman ones (and vice versa) v.1.0.1

This library is intended for to convert arabic numerals into roman ones (and vice versa).

In the current version it returns the roman numeral that corresponds to the arabic number tested (and vice versa), from 1 to 3999.

The methods used in the library are:

intToRoman(int);

romanToInt(string);

Example of usability:

$node
> const { intToRoman, romanToInt} = require("andreiabal-numberconverter-lib")
> intToRoman(9); //'IX'

$node
> const { intToRoman, romanToInt} = require("andreiabal-numberconverter-lib")
> romanToInt('VI'); // 6

version 1.0.1

  • Functionalities: return the roman numeral that corresponds to the arabic number tested (and vice versa).
  • READ ME correction.

installation

  • you must have node + npm installed. For installation guide, visit official website.
  • proceed with the installation using $npm install andreiabal-numberconverter-lib

official project roadmap

version 2.0.0 (November/2018)

  • Transcribe README to Spanish.
  • Transforming numerals above 3999.

version 1.0.1 (released)

  • Functionalities: return the roman numeral that corresponds to the arabic number tested (and vice versa).
  • READ ME correction.

version 1.0.0 (released)

  • Functionalities: return the roman numeral that corresponds to the arabic number tested (and vice versa).

Readme

Keywords

Package Sidebar

Install

npm i andreiabal-numberconverter-lib

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

13.3 kB

Total Files

9

Last publish

Collaborators

  • andreiabal