youdao-translate-new

nodejs youdao translate

Usage no npm install needed!

<script type="module">
  import youdaoTranslateNew from 'https://cdn.skypack.dev/youdao-translate-new';
</script>

README

有道翻译

How to use?

$ npm i youdao-translate-new

then

const youdaoTranslate = require('youdao-translate-new')(<appID>, <appSecret>);
youdaoTranslate('我爱你中国').then(res => {
  console.log(res)
}, err => {
  console.log(err)
});