A library to convert a number input in words. Support multiple languages.
Requirements:
- node
- git clone https://github.com/gpincheiraa/number2words.git
- cd number2words
- npm install
- npm test
- 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