number-to-amharic-text

1.0.4 • Public • Published

Number to Amharic Text Converter

This simple library offers conversion capabilities from numerical values to their amharic text equivalent.

Installation

Use npm to install

npm i number-to-amharic-text

Usage

const convert = require("number-to-amharic-text");

convert(5467) # returns 'አምስት ሺህ አራት መቶ ስልሳ ሰባት'
convert(875467) # returns 'ስምንት መቶ ሰባ አምስት ሺህ አራት መቶ ስልሳ ሰባት'
convert("01200054") # returns'አንድ ሚሊዮን ሁለት መቶ ሺህ ሃምሳ አራት'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Package Sidebar

Install

npm i number-to-amharic-text

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

4.53 kB

Total Files

4

Last publish

Collaborators

  • tkifle