# inr-in-words
Convert Indian Rupee (INR) to words

## Install
```sh
npm i --save inr-in-words
```

## Use
```javascript
const inWords = require('inr-in-words');

console.log(inWords.convert(326493730.34));

// OUTPUT: thrity two crore sixty four lakh ninety three thousand seven hundred thrity rupee and thrity four paisa
```

## License
MIT