0.1.0 • Published 10 years ago
convert-number v0.1.0
convert-number 
Convert numbers from one format to another.
Install
$ npm install --save convert-numberDevelopment
To run tests follow the following instructions:
$ npm install -g gulp
$ npm install -g mochaTo run tests on file changes:
$ gulp testAlternatively you can run individual tests:
$ mocha specs/**Usage
var convertNumber = require('convert-number')
convertNumber(2450)
// two thousand four hundred fiftyLicense
MIT
0.1.0
10 years ago