0.2.0 • Published 3 years ago

@vcostin/roman-numbers v0.2.0

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

Roman Numbers Converter

Build Status

TDD cata for roman-numbers, and it's working, at least from 0 til 4999, btw I found out that zero is "nulla" in latin

Usage

var romanNumber = require('@vcostin/roman-numbers');
console.log(romanNumber(1999));
//MCMXCIX

TODO

I guess I can make this functionality with a callback, but not sure if it's needed

Coverage

mocha --require blanket -R html-cov > coverage.html

you can look, I don't want to add report to git

why!?

I know that are a lot of implementations of this algorithm, this is my TDD Kata, You can use if you like it, but this is just an workout, of course it's well tested ;)

0.2.0

3 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago