1.0.2 • Published 6 years ago

ya-translate-api-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Yandex translate CLI app.

Use translation API provided by yandex.ru using CLI.

Install

npm install ya-translate-api-cli -g

Usage

  $ yt [text] [languge]

For example:

  $ yt 'Hello world!' ru
  <!-- or -->
  $ yt text='Hello world!' lang=ru

will output

    🇬🇧  : Hello world!
    🇷🇺  : Всем привет!