1.0.3 • Published 5 years ago

nums2eng v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

npm (scoped)

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.