https://github.com/hunghg255/number-2-text-vietnamese
https://github.com/hunghg255/number-2-text-vietnamese
npm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunghg255/number-2-text-vietnamese
- Owner: hunghg255
- Created: 2022-11-30T08:38:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:53:57.000Z (over 1 year ago)
- Last Synced: 2025-08-16T08:44:48.376Z (2 months ago)
- Topics: npm
- Language: JavaScript
- Homepage: https://hunghg255.github.io/number-2-text-vietnamese/demo/index.html
- Size: 168 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A library convert number to text in Vietnamese[Live Demo](https://hunghg255.github.io/number-2-text-vietnamese/demo/index.html)
## Installation
[](https://nodei.co/npm/number-2-text-vietnamese/)
#### To install the latest stable version:
```js
npm install --save number-2-text-vietnamese
// or
yarn add number-2-text-vietnamese
```#### Basic usage:
```js
import number2TextVietnamese from 'number-2-text-vietnamese';// Using without seperator
number2TextVietnamese('123');// Using with seperator
number2TextVietnamese('123', ',');
```