Skip to content

balewgize/geez-numeral-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geez Numeral Converter


Geez Numeral Converter

A JavaScript library to convert numbers to Ethiopian Geez numerals
View Demo

Screenshot

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:
git clone https://github.com/balewgize/geez-numeral-converter.git
  1. Include the geezConverter.js in your HTML file:
<script src="path/to/geezConverter.js"></script>

Usage

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

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

About

A JavaScript library to convert numbers to Ethiopian Geez numerals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published