number-to-bengli-words

1.0.3 • Public • Published

English number to Bengali word converter

This is a JavaScript lib to convert a english number to Bengali words. Example:

571 > পাঁচশত একাত্তর
3.14 > তিন দশমিক  এক চার

Prerequisites

  • Node

Install

npm i number-to-bengli-words

Running

var numberToBengliWords = require("number-to-bengli-words");
numberToBengliWords.toBengaliWords(3.14);

Authors

  • Maruf Hassan

License

This project is licensed under the ISC License

/number-to-bengli-words/

    Package Sidebar

    Install

    npm i number-to-bengli-words

    Weekly Downloads

    6

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    16.5 kB

    Total Files

    4

    Last publish

    Collaborators

    • maruf571