Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 591 Bytes

readme.md

File metadata and controls

32 lines (18 loc) · 591 Bytes

NPM

Roman Numbers

npm NPM Twitter Follow

caesarr is a mini library to convert whole numbers to Roman numerals

Installation

npm install caesarr

Usage

const roman = require('caesarr');

roman(456); // CDLVI

API

roman([{number}dec: required])

Author

Ephraim Atta-Duncan

License

MIT