0.0.10 • Published 10 years ago

youdao v0.0.10

Weekly downloads
12
License
-
Repository
-
Last release
10 years ago

有道中英文翻译

youdao

安装

npm install youdao

申请API

http://fanyi.youdao.com/openapi?path=data-mode

使用方法

var youdao = require('youdao');

// 设置参数
youdao.set({
	keyfrom: '申请到的keyfrom',
	key: '申请到的key',
});

// 翻译
youdao.translate('世界,你好!', function (e, result) {
	console.log('翻译结果为:' + result);
});
0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago