1.0.0 • Published 4 years ago

brandtreverseroman v1.0.0

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

What is this?

This Reverse Roman Numeral Decryptor can be used to turn any Arabic number into a Roman numberal.

For example, 17 would be decrypted to 'XVII'.

Works for numbers 1-10000.

Give it a try!

#Installation

npm i brandtReverseRoman --save

Then...

import { brandtReverseRoman } from 'brandtReverseRoman';

console.log(brandtReverseRoman(24))

//output = XXIV