node-gtrans:免费的Google翻译API

时间:2024-05-26 19:58:51
【文件属性】:

文件名称:node-gtrans:免费的Google翻译API

文件大小:592KB

文件格式:ZIP

更新时间:2024-05-26 19:58:51

nodejs language translator typescript promise

节点gtrans 一个简单但完整的API(可读格式) 特征 无需API令牌 免费和无限翻译 允许输入很长的文字(5000多个字符仍然有效) 几乎所有来自 正在安装 使用npm: $ npm install node-gtrans 使用纱线: $ yarn add node-gtrans 用法示例 基本用法: const gtrans = require ( "node-gtrans" ) ; const words = "good morning" ; // using promises: gtrans ( words , { to : "id" } ) . then ( ( res ) => console . log ( res . data ) ) . catch ( ( e ) => e ) ; // using async/await: ( async ( )


【文件预览】:
node-gtrans-master
----.gitignore(147B)
----package.json(881B)
----src()
--------resolver.ts(2KB)
--------index.ts(7KB)
----LICENSE(1KB)
----tsconfig.json(232B)
----README.md(6KB)
----example()
--------output.js(21KB)
--------example.js(4KB)
----.yarnrc.yml(93B)
----.yarn()
--------releases()
----yarn.lock(3KB)

网友评论