Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balewgize/geez-numeral-converter

A JavaScript library to convert numbers to Ethiopian Geez numerals
https://github.com/balewgize/geez-numeral-converter

geez geez-number number-converter

Last synced: 25 days ago
JSON representation

A JavaScript library to convert numbers to Ethiopian Geez numerals

Awesome Lists containing this project

README

        

# Geez Numeral Converter




Geez Numeral Converter



A JavaScript library to convert numbers to Ethiopian Geez numerals


View Demo


[![Screenshot](images/screenshot.png?raw=true "Geez numeral converter")](https://github.com/balewgize/geez-numeral-converter)

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.

## Features

- Convert numbers greather than or equal to 1 into Geez numerals.
- Simple and intuitive API.
- Lightweight with no external dependencies.

## Getting Started

To get started with the Geez Numeral Converter, simply include the JavaScript file in your project.

### Prerequisites

There are no prerequisites for using this library, as it is built with vanilla JavaScript and does not require any external dependencies.

### Installation

1. Clone the repository to your local machine:

```bash
git clone https://github.com/balewgize/geez-numeral-converter.git
```

2. Include the **geezConverter.js** in your HTML file:

```bash

```

### Usage

Using the Geez Numeral Converter is straightforward. Here is a quick example:

```bash
const number = 123;
const geezNumeral = convertToGeez(number);
console.log(geezNumeral); // Outputs ፻፳፫
```