price-to-letters

1.0.5 • Public • Published

price-to-letters

Publish Status npm version Downloads

A JavaScript tool that converts price number to letters.

Usage

run npm install price-to-letters, and then

let c = require('price-to-letters');
c.spell(1); // 'One Dollar'

works on two decimal places, up to 999 trillion (c.spell(999999999999999)).

TODOs

  • [ ] add French localization;
  • [ - ] space handling;

Credits

This tool is based on a piece of visual basic code provided by Microsoft for Excel (source). Created by Jiacheng Jiang.

Package Sidebar

Install

npm i price-to-letters

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

7.28 kB

Total Files

6

Last publish

Collaborators

  • beforewhitby