Skip to content

alexlvcom/RomanNumeralGenerator

Repository files navigation

Roman Numeral Generator


Library + API + Web App for conversion of Arabic number into Roman numeral and vice versa.

Dependencies:

  • PHP >= 5.6

Installation

  • composer install
  • Run development server with php -S localhost:8000 -t .
  • Run examples in browser:
// Web APP 
http://localhost:8000/index.html

// API: Generate Roman numeral 
http://localhost:8000/api/generate/123

// API: Parse Roman numeral 
http://localhost:8000/api/parse/CXXIII

Tests

Run vendor/bin/phpunit -c phpunit.xml tests

Live demo

http://roman.alexlv.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published