1.0.4 • Published 2 months ago

number-to-words-in-bengali v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

English number to Bengali word converter

Quality Gate Status Bugs Code Smells

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

1.0.4

2 months ago

1.0.3

2 months ago