An open API service indexing awesome lists of open source software.

https://github.com/robinbuschmann/roman-numeral-converter


https://github.com/robinbuschmann/roman-numeral-converter

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# roman-numeral-converter
Converts integer numbers to roman numerals

## Why javascript/typescript?
Because it is my second big love. You can easily write less verbose declarative and also
imperative code. No boilerplate. With typescript on top one can add the perfect portion
of type safety - You don't need to annotate everything with types, since typescript is
very strong in inferring types as well ❤️

## Installation
**Precondition**: node.js must be installed
```bash
npm install
```

## Testing
```bash
npm test
```

## Build
```bash
npm run build
```