0.3.0 • Published 4 years ago

@oorts/read-vn-number v0.3.0

Weekly downloads
50
License
ISC
Repository
github
Last release
4 years ago

Read Vietnamese number to words npm

A small library that convert numbers to Vietnamese words.

Node.js CI Node.js Packages npm.io codecov GitHub All Releases npm

Installation

npm install @oorts/read-vn-number or yarn add @oorts/read-vn-number

Usage

import readVNNumber from '@oorts/read-vn-number';

var output = readVNNumber.toVNWord(15);

Output should be mười lăm

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.3.0

4 years ago

0.2.3

5 years ago

0.2.4

5 years ago

0.1.4

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago