This is simple java library to convert numbers into words and words into numbers.
Below you will find some information about library.
- The library allows you to convert money to text up to billion.
- it supports English only, you can implement another language easily.
- There is also some useful unit tests in the project.
- This library is developed with Test Driven Development (TDD) methodology.