Skip to content

ArjhanToteck/Egyptian-Transliteration-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

My most recent interest has been linguistics. For fun, I decided to try to write a script to write English text in Egyptian hierohlyphs. This is that program.

Usage

I can't really think of why anyone would need this, but if you really want, this repository uses the MIT license, so you can clone this repository and make your own server. Here is an example usage from the front-end. Of course, replace my url with your server url (or use mine, I really don't care) and enter your own input:

fetch("https://egyptian-transliteration-api.arjhantoteck.repl.co/" + encodeURIComponent("hey bbg"), {
  "method": "GET",
})
.then(data => data.text())
.then(console.log);

Sources

I literally just used a random Wikipedia article on the Ancient Egyptian writing system. If you want to see, here it is.