# Amharic-to-English-transliterator
This repo demonstrates the transliteration of Amharic language using English alphabets to help easily learn the sounds of letters and read words of Amharic. It combines javascript with HTML in its implementation.
# Installation
```npm i amharic-to-english-transliterator```
# Dependencies
``` ```
# Usage
- Include the script transliterator.js on your page:
- Insert any amharic word you want to transliterate using the transliterate() function:
var result = transliterate( );
- The function returns the result of the transliteration.
# Example
- You can see an example using this library on the following git repo:
github.com