Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konojunya/translate-command
📖 翻訳のコマンドラインツール
https://github.com/konojunya/translate-command
nodejs translate
Last synced: about 1 month ago
JSON representation
📖 翻訳のコマンドラインツール
- Host: GitHub
- URL: https://github.com/konojunya/translate-command
- Owner: konojunya
- License: mit
- Created: 2017-02-09T11:05:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T05:32:19.000Z (over 7 years ago)
- Last Synced: 2024-12-16T16:17:40.578Z (about 1 month ago)
- Topics: nodejs, translate
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translate Command Line Tool.
## Installation
```
$ vim bin/app.js
```This script is use MS Translate API.
Please change client key and secret key.After change your source code.
```
$ npm install -g
```## Using
```
$ translate こんばんは
``````
translate
```Default is Japanes to English.
If you want to translate into a different language.
```
$ translate "" /
```