Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vpukhanov/rails-emojification
- Owner: vpukhanov
- Created: 2017-08-27T08:43:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T03:10:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T03:02:34.823Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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