brandtreverseroman

Turn regular Arabic numerals into Roman numbers with ease

Usage no npm install needed!

<script type="module">
  import brandtreverseroman from 'https://cdn.skypack.dev/brandtreverseroman';
</script>

README

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