node-telldus-live:一个与Telldus Live API交互的node.js模块

时间:2024-05-29 21:08:15
【文件属性】:

文件名称:node-telldus-live:一个与Telldus Live API交互的node.js模块

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-29 21:08:15

JavaScript

现场直播 一个与交互的node.js模块。 在开始之前 您将需要一个Telldus Live帐户和OAuth令牌: 要获得Telldus Live帐户,请访问 拥有Telldus Live帐户后,请转到并仅为我的用户生成一个私有令牌。 安装 npm install telldus-live 原料药 加载 var TelldusAPI = require('telldus-live'); 登录云 var publicKey = '...' , privateKey = '...' , token = '...' , tokenSecret = '...' , cloud ; cloud = new TelldusAPI.TelldusAPI({ publicKey : publicKey


【文件预览】:
node-telldus-live-master
----test.js(4KB)
----package.json(744B)
----LICENSE(1KB)
----.gitignore(107B)
----README.md(3KB)
----telldus-live.js(10KB)

网友评论