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

https://github.com/ak1103dev/numtext

covert number to text
https://github.com/ak1103dev/numtext

convert-numbers js thai thai-language

Last synced: 5 months ago
JSON representation

covert number to text

Awesome Lists containing this project

README

          

# numtext
The library is coverter between number and text.

Two repositories (https://github.com/Maheshkumar-Kakade/number-to-text, https://github.com/antronic/thai-baht-text-js) are inspiration for the library.

## How to install
```
npm install numtext --save
```
or
```
yarn add numtext
```

## Usage

```javascript
const numtext = require('numtext');

const text = numtext.toText(21);

console.log(text);
// ยี่สิบเอ็ด

```

## Plan

- covert number to thai text
- covert number to other language text
- covert text to number