A JavaScript library to convert numbers to Ethiopian Geez numerals
View Demo
The Geez Numeral Converter is a lightweight, easy-to-use JavaScript library that allows you to convert numbers into their corresponding Geez numeral representations. Designed to be straightforward and efficient, this library can handle a wide range of numbers, making it perfect for developers working with applications requiring Geez numerals.
- Convert numbers greather than or equal to 1 into Geez numerals.
- Simple and intuitive API.
- Lightweight with no external dependencies.
To get started with the Geez Numeral Converter, simply include the JavaScript file in your project.
There are no prerequisites for using this library, as it is built with vanilla JavaScript and does not require any external dependencies.
- Clone the repository to your local machine:
git clone https://github.com/balewgize/geez-numeral-converter.git
- Include the geezConverter.js in your HTML file:
<script src="path/to/geezConverter.js"></script>
Using the Geez Numeral Converter is straightforward. Here is a quick example:
const number = 123;
const geezNumeral = convertToGeez(number);
console.log(geezNumeral); // Outputs ፻፳፫