Skip to content

Exmortem/roman-numerals

Repository files navigation

Description

API to convert integers into Roman Numerals. Contains test suites, logging via Winston, and telemetry (tracing, metrics) via Open Telemetry.

Installation

$ npm install

Running the app

# start
$ npm run start:debug

Running the app using docker-compose

$ docker compose up --build

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Linting

 #run linting
 $ npm run lint

Telemetry

Telemetry can be accessed through the following URLs when running from docker-compose:

License

GNU licensed.

About

Convert integers to Roman Numerals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages