# ChequeConvert Node
[![Build Status](https://travis-ci.org/pirsquare/chequeconvert-node.svg?branch=master)](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
```
