romanify

1.0.0 • Public • Published

romanify Build Status

Convert Arabic-Indic numerals to their Roman equivalents.

Install

$ npm install --save romanify

Usage

ECMAScript 5:

var romanify = require('romanify')
 
romanify(2016) // => 'MMXVI'
romanify(0)    // => Error

ECMAScript 2015+:

import romanify from 'romanify'
 
romanify(2016) // => 'MMXVI'
romanify(0)    // => Error

License

MIT © Luís Rodrigues

Readme

Keywords

none

Package Sidebar

Install

npm i romanify

Weekly Downloads

33

Version

1.0.0

License

MIT

Last publish

Collaborators

  • goblindegook