Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmitry/yandex_translation

Translate words and texts using yandex slovari and translate non-public API.
https://github.com/dmitry/yandex_translation

Last synced: 25 days ago
JSON representation

Translate words and texts using yandex slovari and translate non-public API.

Awesome Lists containing this project

README

        

Try it in irb:

require 'yandex_translation'

p Yandex::Translation.word('машина', 'es-ru-es')
p Yandex::Translation.text('кто бы мог подумать об этом, но это так', 'ru-en')
p Yandex::Translation.text('who knows what does it mean', 'en-ru')