g-t-m
v0.0.2
Published
This module allows developer get translated string from google without API KEY.
Readme
#Google translate web adapter
This script allows you get translated string from google without an API KEY.
##Introduction
var gt = require('./gt.js');
gt.getTranslate('選擇一個帳戶來開店吧/緯創帳戶登入/',function(p){
console.log(p);
// OUTPUT
// =============
// Select an account to shop bar / wistron account //Login
});
