1.1.3 • Published 5 years ago

numbers-to-words v1.1.3

Weekly downloads
8
License
ISC
Repository
-
Last release
5 years ago

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.