1.0.4 • Published 4 years ago

number-to-amharic-text v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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