This is a JavaScript lib to convert english number to Bengali words.
571 > পাঁচশত একাত্তর
3.14 > তিন দশমিক এক চার
- NodeJs
npm i number-to-bengli-words
const numberToBengliWords = require("number-to-bengli-words");
numberToBengliWords.toBengaliWords(3.14);
git clone https://github.com/maruf571/number-to-bengali-words.git
cd number-to-bengali-words
npm install
jest
- Mahmudul Hassan
This project is licensed under the ISC License