convert-number

0.1.0 • Public • Published

convert-number Build Status

Convert numbers from one format to another.

Install

$ npm install --save convert-number

Development

To run tests follow the following instructions:

$ npm install -g gulp
$ npm install -g mocha

To run tests on file changes:

$ gulp test

Alternatively you can run individual tests:

$ mocha specs/**

Usage

var convertNumber = require('convert-number')
 
convertNumber(2450)
// two thousand four hundred fifty

License

MIT

Package Sidebar

Install

npm i convert-number

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • eternal44