Skip to content

ppsari/gray_romannumerals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Using gray_romannumerals

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

About

number to romannumeral

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published