Skip to content

rybrennan/numsToEng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published