ya-translate-api-cli

1.0.2 • Public • Published

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!
    🇷🇺  : Всем привет!

/ya-translate-api-cli/

    Package Sidebar

    Install

    npm i ya-translate-api-cli

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    5.17 kB

    Total Files

    6

    Last publish

    Collaborators

    • tiny-chief