mick-io / convert2Roman

Integer to roman numeral converter with type definitions files included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Integer to roman numeral converter with type definitions files included.

License:MIT License


Languages

Language:JavaScript 100.0%