leohearts / baidu-translate-generater

A command line tool to generate baidu-translate link for scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baidu-translate-generater

A command line tool to generate baidu-translate link for scripts. Usage:

echo hello | node main.js | xargs curl -s | jq .trans_result[0].dst

can be a part of your terminal-oriented api.

About

A command line tool to generate baidu-translate link for scripts.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%