Skip to content

Reboot82/romanum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

This Roman Numeral Decryptor can be used to turn any Roman numeral into an Arabic number.

For example, "VII" would be decrypted into 7.

Works for Roman numerals from I to M.

Give it a try!

#Installation

npm i brandtromanum --save

Then..

import { brandtromanum }  from 'brandtromanum';

console.log(brandtromanum("XIV"))

//output = 14

About

Roman Numeral Decryptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published