nums2eng
v1.0.3
Published
Converts numbers into English words. Hooray!
Downloads
1
Readme
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the
npm install
command:
$ npm install nums2eng
Usage
const convert = require('nums2eng');
convert(4444)
//=> four thousand four hundred forty four
convert('Hey my dude, I am string');
//=> Uncaught TypeError: feed numsToEng a NUMBER!
Features
- It takes a number and gives you back English words; pretty straightforward
- Up into the billions...
- More cool features to come.