Numbers to words formatter Description Formats any number input from 0 to 100,000 into human readable string i.e. 'one thousand and fourty three' Installation Clone repository git clone Install packages npm i Build project npm run build Usage node ./bin/index 1231 Testing npm run test to run unit tests