numbers-to-words

1.1.3 • Public • Published

number to words converter

let numbersToWords = require('numbers-to-words')
 
// You can pass number / string / "01,20,30,001"
 
async function converter(){
    let response = await numbersToWords("3,98,70,45,673")
    console.log(response)
}
converter()
 
//output 
{ status: 'success',
  response:
   'Three Hundred Ninety Eight Crores Seventy Lacs Fourty Five Thousands Six Hundred Seventy Three' }

Contribution

Rohan Solse
All suggestions and recommendations are more than welcome.
You can get in contact with me @ rohansolse@gmail.com.

Package Sidebar

Install

npm i numbers-to-words

Weekly Downloads

35

Version

1.1.3

License

ISC

Unpacked Size

15 kB

Total Files

6

Last publish

Collaborators

  • rohansolse