words-to-number

1.1.0 • Public • Published

words to number converter

let wordsToNumber = require('words-to-number')
 
async function converter(){
    let response = await wordsToNumber("ninety nine billion ninety-nine lacs five thousand fourtynine")
    console.log(response)
}
converter()
 
//output 
{ status: 'success', response: '99,00,99,05,049' }

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 words-to-number

Weekly Downloads

8

Version

1.1.0

License

ISC

Unpacked Size

14.8 kB

Total Files

6

Last publish

Collaborators

  • rohansolse