number-to-words-in-bengali
v1.0.4
Published
This is a javascript converter to convert number to Bengali words
Downloads
16
Maintainers
Readme
English number to Bengali word converter
This is a JavaScript lib to convert english number to Bengali words.
Example:
571 > পাঁচশত একাত্তর
3.14 > তিন দশমিক এক চার
Prerequisites
- NodeJs
Install
npm i number-to-bengli-words
How to use
const numberToBengliWords = require("number-to-bengli-words");
numberToBengliWords.toBengaliWords(3.14);
Test
git clone https://github.com/maruf571/number-to-bengali-words.git
cd number-to-bengali-words
npm install
jest
Authors
- Mahmudul Hassan
License
This project is licensed under the ISC License