1.1.2 • Published 3 years ago

convert2roman v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Convert2Roman

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

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.1.6

5 years ago

1.0.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago