number-to-words icon indicating copy to clipboard operation
number-to-words copied to clipboard

Converts a number to words

Results 34 number-to-words issues
Sort by recently updated
recently updated
newest added

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Add pluggable languages files for multi-language support.

enhancement

For this value 800000000000000000000000 Amount in words is coming SEVEN HUNDRED NINETY-NINE BILLION NINE HUNDRED NINETY-NINE MILLION NINE HUNDRED NINETY-NINE THOUSAND NINE HUNDRED NINETY-NINE TRILLION NINE HUNDRED NINETY-NINE BILLION NINE...

HEllo, Can you please enable to the possibility to remove or include the 'and '? I could do it myself for my project I guess, but I figured other people...

This commit adds code to conditionally include the "and" conjunction to the "hundred" phrase of the number whenever there is a remainder in the hundred portion of the number. For...

Would be great to have the option to get the words as an array so that we can construct our own joining rules easily. E.g.: ```js converter.toWords(9007199254740992, true); // 'true'...

What are your thoughts on making this a numeral.js plugin? http://numeraljs.com/#custom-formats Might make implementing the multiple language packs easier.

https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md#d-adding-a-new-library

enhancement

Hi, great module! Perhaps add an option for an 'and' word to be added in certain circumstances. Your module seems the best so far, just an idea for your really....

enhancement

Todays API is a bit weird. Eg. `numberToWords.toWordsOrdinal(2)` doesn’t read too well.

enhancement