1.0.0 • Published 7 years ago

gray_romannumerals v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

GRAY_ROMANNUMERALS

What is gray_romannumerals

Parsing number to romannumerals string. Only cover number between 1 and 3000.

How does gray_romannumerals work?

Using recursive to loop number to romannumerals

Who uses gray_romannumerals

People who want to convert string to roman numeral (year).

How To Use

  1. Install at terminal

    npm i-S gray_romannumerals

  2. Using gray_romannumerals

    const rm = require('gray_romannumerals'); let result = rm.roman(number);