node googlehome::shortcake:它使用Node.js与Google Home进行通信 源码
节点-googlehome 它使用Node.js与Google Home进行通信。 安装 npm $ npm install node-googlehome --save 纱 $ yarn add node-googlehome 用法 const GoogleHome = require ( 'node-googlehome' ) /** * search google home. * @param { waitTime: number(default: 1000) } */ GoogleHome . search ( 1000 ) . then ( resp => { cons
文件列表
node-googlehome-master.zip
(预估有个9文件)
node-googlehome-master
lib
search.js
546B
connect.js
2KB
.travis.yml
130B
LICENSE
1KB
README.md
1KB
.editorconfig
87B
.gitignore
894B
index.js
120B
暂无评论