1.0.6 • Published 2 years ago

youdaojs v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

YoudaoJS

Node.js 有道翻译模块

  • 开发日期:2023 年 4 月 11 日
  • 作者:欧阳鹏

安装

npm install youdaojs

导入

  • TypeScript

    import YouDaoJS from './main'
  • JavaScript

    const YouDaoJS = require("./main").default

使用

const fanyi = new YouDaoJS()
fanyi.getResult('你好').then(data => {
    console.log(data)
})
fanyi.getResult('hello', 2, 1).then(data => {
    console.log(data)
})

语言代码列表

参见:https://github.com/oyps/apee-fanyi#语言代码列表

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago