const t=require('node-google-translate-skidz') t({ text: 'this is a test of the meow', 'source': 'en', target: 'ta' }, (res) => { console.log(res); });