Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.54 KB

readme.md

File metadata and controls

35 lines (27 loc) · 1.54 KB

Number2Words

Build Status Code Climate Test Coverage

A library to convert a number input in words. Support multiple languages.

Requirements:

  • node

Contribute

to do features:

  • Adding coverage istanbul report and code-climate coverage badge ✓ https://goo.gl/fRwCAy, https://goo.gl/fKjMU2
  • Adding support for your language (understand the algorithm idea )
  • Languages exportable module for global configuration.
  • Adding more gramatically corner-cases for the test suite.
  • Adding a more solid testing suite.
  • Improve readbility and ciclomatic complexity
  • Create a Dockerfile for work using the ES6 Syntax
  • Use es6 for development
  • Generate a node version distribution and browserfied version to the browser