convert2romandeprecated

Integer to roman numeral converter with type definitions files included.

Usage no npm install needed!

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

README

Convert2Roman

THIS PACKAGE IS NO LONGER MAINTAINED. Considered using romanize-n.

An integer to roman numeral converter with type definitions files included.

Getting Started

const convert2Roman = require(convert2Roman);

// For use with integers > 0
const myRomanNumeral = convert2Roman(3999);
console.log(myRomanNumeral); // MMMCMXCIX

Installing

Install via NPM

npm i convert2Roman --save

or via Yarn

yarn add convert2Roman

Links

Convert2Roman NPM Page

Convert2Roman GitHub Page

Built With

Node.js

Authors

Mick Piereder

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Free Code Camp