Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vpukhanov/rails-emojification

Rails Web API that lets you translate words into emoji (uses emoji_translate gem)
https://github.com/vpukhanov/rails-emojification

Last synced: 8 days ago
JSON representation

Rails Web API that lets you translate words into emoji (uses emoji_translate gem)

Awesome Lists containing this project

README

        

# Emojification

App, running with Ruby on Rails API (using [emoji_translate](https://rubygems.org/gems/emoji_translate) gem). Uses [react-emojification](https://github.com/vpukhanov/react-emojification) as frontend.

## API endpoints

- /api/v1/translate
    Params:
        `query`: Text to translate
    Response (JSON):
        `status`: Server status
        (`status` == 200) `translated`: Translated query
        (`status` == 500) `error`: Error during translation