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

https://github.com/catvec/emoji-translator

Translates text into emojis
https://github.com/catvec/emoji-translator

Last synced: 7 months ago
JSON representation

Translates text into emojis

Awesome Lists containing this project

README

          

# Emoji Translator
Translates text into emojis.

# Table Of Contents
- [Overview](#overview)
- [Install](#install)

# Overview
Translates letters into their emoji form.

```
% echo "hello world" | emoji-translator
πŸ‡­πŸ‡ͺπŸ‡±πŸ‡±πŸ‡΄ πŸ‡ΌπŸ‡΄πŸ‡·πŸ‡±πŸ‡©
```

# Install
Requires Go:

```
% go install github.com/Noah-Huppert/emoji-translator
```