1.0.0 • Published 7 years ago

numbertowordstest v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

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