Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:53:57.000Z (9 months ago)
- Last Synced: 2024-11-14T13:55:00.850Z (about 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
[![NPM](https://nodei.co/npm/number-2-text-vietnamese.png?compact=true)](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', ',');
```