crockpot-toEnglish
v0.0.4
Published
Convert decimal integers to English
Readme
crockpot-toEnglish 
Converts decimal integers to English. See the main crockpot library for a full set of conversions.
Install
$ npm install --save crockpot-toEnglishDevelopment
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 decimalToEnglish = require('crockpot-toEnglish')
decimalToEnglish(2450)
// two thousand four hundred fiftyLicense
MIT
