1.0.5 • Published 3 years ago

price-to-letters v1.0.5

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

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.

1.0.5

3 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago