Skip to content

maruf571/number-to-bengali-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a JavaScript converter. You can convert number to Bengali words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published