numbertowordstest
v1.0.0
Published
A sample function to convert the given number into equivalent words
Downloads
3
Readme
A Node.js package that converts a given number to equivalent words. A basic package for an npm publish tutorial.
Usage
First, install the package using npm:
npm install numbertowordstest --save
Then, require the package and use it like below:
var numberToWordsTest = require('numbertowordstest');
console.log(numberToWordsTest(654321)); // You will get the words equivalent of the input number given.
License
Apache 2.0