0.0.4 • Published 8 years ago

crockpot-toEnglish v0.0.4

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

crockpot-toEnglish Build Status

Converts decimal integers to English. See the main crockpot library for a full set of conversions.

Install

$ npm install --save crockpot-toEnglish

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 decimalToEnglish = require('crockpot-toEnglish')

decimalToEnglish(2450)
// two thousand four hundred fifty

License

MIT

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago