Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Repository files navigation

#Roman Numerals This is an exercise to write a function which accepts a number and returns a Roman Numeral using TDD and functional JavaScript techniques.

Roman numeral calculations were made against roman-numerals.org Roman Numeral calculator.

Getting Started

First Install development dependencies, ensure you have nodejs installed and install the following tools:

Gulp command line utility:

npm install -g gulp

Bower command line utility:

npm install -g bower

Karma command line utility:

npm install -g karma

jshint

npm install -g jshint

htmlhint

npm install -g htmlhint

###Ensure node tools and gulp plugins are up to date:

  • npm install

  • bower install

Usage

  • All source files can be fouond in /src/app/roman-numeral/

  • To run client interface

    gulp serve

  • To run unit tests

    gulp test

About

This is an exercise to write a function which accepts a number and returns a Roman Numeral using TDD and functional JavaScript techniques.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages