Node.js Google Translate API Client
This Node.js library provides a client for Google Translate API. Install with npm install node-google-translate-skidz --save. Usage example: var translate = require('node-google-translate-skidz'); translate({ text: 'text', source: 'es', target: 'en' }, function(result) { console.log(result); });
node-google-translate-skidz-master.zip
预估大小:10个文件
node-google-translate-skidz-master
文件夹
.gitattributes
378B
.github
文件夹
FUNDING.yml
646B
lib
文件夹
translate.js
2KB
.travis.yml
102B
LICENSE
1KB
test
文件夹
test.js
2KB
12.11KB
文件大小:
评论区