UNPKG

caesarr

Version:

A mini library to convert whole numbers to Roman numerals

33 lines (18 loc) 623 B
[![NPM](https://nodei.co/npm/caesarr.png)](https://nodei.co/npm/caesarr/) # Roman Numbers ![npm](https://img.shields.io/npm/v/caesarr) ![NPM](https://img.shields.io/npm/l/caesarr) ![Twitter Follow](https://img.shields.io/twitter/follow/dephraiim?style=social) caesarr is a mini library to convert whole numbers to Roman numerals #### Installation `npm install caesarr` #### Usage ```js const roman = require('caesarr'); roman(456); // CDLVI ``` #### API `roman([{number}dec: required])` #### Author [Ephraim Atta-Duncan](https://dephraiim.now.sh) #### License [MIT](./license)