chequeconvert
Version:
Convert amount to words for cheque writing
20 lines (12 loc) • 481 B
Markdown
# ChequeConvert Node
[](https://travis-ci.org/pirsquare/chequeconvert-node)
Convert amount to words for cheque writing
## Installation
npm install -g chequeconvert
## Examples
```shell
# Works without commas as well. Comma is added for clarity
chequeconvert 501,932.03
Output:
Five Hundred And One Thousand Nine Hundred And Thirty Two And Cents Three Only
```