node.js
使用有道, 解析的 html 翻译
使用
// cli
npm install -g whay
whay my-word
//api
const whay = require('whay').translate
whay('WordToTranslate', (err, translatedData) => {
if (err) return
console.log(translatedData)
})
// translatedData schema
{ keyword: 'WordToTranslate',
phonetic: '[...]',
trans: [ '...', '...', ... ]
}
整个开发的一半时间在解决 npm publish 的问题,
把网上所有解决方案全试了一遍, 从 npm 5.4, 降到 5.3, 5.0 最后 4.6 成功 publish... ,
用 yarn 可以 publish, 但是 yarn 不会创建 cmd bin 文件, 导致在 win 上没法执行 bin.
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.