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

https://github.com/danielrohers/terminal-google-translate

A simple terminal with google translate
https://github.com/danielrohers/terminal-google-translate

google nodejs terminal translation

Last synced: 8 months ago
JSON representation

A simple terminal with google translate

Awesome Lists containing this project

README

          

# terminal-google-translate

A simple terminal with google translate

[![npm version](https://badge.fury.io/js/terminal-google-translate.svg)](https://badge.fury.io/js/terminal-google-translate)
[![npm](https://img.shields.io/npm/dt/terminal-google-translate.svg)](https://www.npmjs.com/package/terminal-google-translate)
[![Dependency Status](https://david-dm.org/danielrohers/terminal-google-translate/status.svg)](https://david-dm.org/danielrohers/terminal-google-translate#info=dependencies)

Install
-------
```bash
$ npm install -g terminal-google-translate
```

Usage
-----
```bash
Usage:

translate [source] [target] [text]
translate pt en olá mundo

Options:

-V, --version output the version number
-l, --list List languages
-h, --help output usage information
```

![Usage](https://github.com/danielrohers/terminal-google-translate/blob/master/example.gif)