没有合适的资源?快使用搜索试试~ 我知道了~
bing-translate-api:用于Node.js的Bing转换器的简单免费API
共11个文件
js:4个
json:2个
yml:1个
需积分: 42 1 下载量 160 浏览量
2021-05-05
07:28:22
上传
评论
收藏 12KB ZIP 举报
温馨提示
bing-translate-api 一个简单而免费的API,用于 forNode.js。 安装 npm install bing-translate-api 用法 从自动检测的语言到英语: const { translate } = require ( 'bing-translate-api' ) ; translate ( '你好' , null , 'en' , true ) . then ( res => { console . log ( res . translation ) ; } ) . catch ( err => { console . error ( err ) ; } ) ; 翻译结果 { "text" : "你好" , "userLang" : "auto-detect" , "translation" : "Hello" , //
资源推荐
资源详情
资源评论
收起资源包目录
bing-translate-api-master.zip (11个子文件)
bing-translate-api-master
.gitignore 1KB
package.json 774B
package-lock.json 21KB
src
index.js 5KB
lang.js 3KB
.travis.yml 210B
LICENSE 1KB
README.md 3KB
test
index.js 1KB
lang.js 254B
.editorconfig 207B
共 11 条
- 1
资源评论
cocoaitea
- 粉丝: 20
- 资源: 4566
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C语言-leetcode题解之70-climbing-stairs.c
- C语言-leetcode题解之68-text-justification.c
- C语言-leetcode题解之66-plus-one.c
- C语言-leetcode题解之64-minimum-path-sum.c
- C语言-leetcode题解之63-unique-paths-ii.c
- C语言-leetcode题解之62-unique-paths.c
- C语言-leetcode题解之61-rotate-list.c
- C语言-leetcode题解之59-spiral-matrix-ii.c
- C语言-leetcode题解之58-length-of-last-word.c
- 计算机编程课程设计基础教程
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功