Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmahgoub/tafgeetjs
An NPM module to convert currency digits into written Arabic words
https://github.com/mmahgoub/tafgeetjs
Last synced: about 1 month ago
JSON representation
An NPM module to convert currency digits into written Arabic words
- Host: GitHub
- URL: https://github.com/mmahgoub/tafgeetjs
- Owner: mmahgoub
- License: mit
- Created: 2017-08-11T00:15:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T10:25:53.000Z (about 2 years ago)
- Last Synced: 2024-10-06T20:02:59.614Z (2 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 28
- Watchers: 6
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-arabic - TafgeetJS - An NPM module to convert currency digits into written Arabic words. (Programming Languages)
README
# TafgeetJS
An NPM module to convert currency digits into written Arabic words
[https://www.npmjs.com/package/tafgeetjs](https://www.npmjs.com/package/tafgeetjs)## How to use:
### Install
`npm install tafgeetjs`
### Usage
`var Tafgeet = require('tafgeetjs');``var stringText = new Tafgeet(556563.20, 'SDG').parse();` this will produce: 'فقط خمسمائة وستة وخمسون ألف وخمسمائة وثلاثة وستون جنيه سوداني وعشرون قرش لا غير'.
## Supported currencies:
- SDG (Sudanese Pound) - *Default*
- SAR (Saudi Riyal)
- QAR (Qatari Riyal)
- AED (Emarati Dirham)
- EGP (Egyptian Pound)
- USD (US Dollar)
- TND (Tunisian Dinar) - *by [@atefBB](https://github.com/atefBB)*
- AUD (Australian Dollar) - *by [@mohamedabbasos](https://github.com/mohamedabbasos)*
- TRY (Turkish Lira) - *by [@lokutech](https://github.com/lokutech)*## TODOs:
- Support more currencies
- Better grammer support
- ~~Add test cases~~## Angular Demo
TafgeetJS NPM module could also be imported using ES6 import syntax, below are links to an Angular example project:- [Project Repo](https://github.com/mmahgoub/tafgeetjs-angular-demo/)
- [Live Demo](https://mmahgoub.github.io/tafgeetjs-angular-demo/)