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
- Host: GitHub
- URL: https://github.com/ak1103dev/numtext
- Owner: ak1103dev
- License: mit
- Created: 2017-07-22T08:46:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T04:25:01.000Z (almost 9 years ago)
- Last Synced: 2025-08-27T21:57:57.969Z (10 months ago)
- Topics: convert-numbers, js, thai, thai-language
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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