Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



logo


A library convert number to text in Vietnamese


NPM Version
NPM Downloads
Minizip
Contributors
License

[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', ',');
```