0.1.0 • Published 8 years ago

convert-number v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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