node-pushbullet-api:适用于Node.js的PushBullet API模块

时间:2021-03-04 08:22:29
【文件属性】:
文件名称:node-pushbullet-api:适用于Node.js的PushBullet API模块
文件大小:42KB
文件格式:ZIP
更新时间:2021-03-04 08:22:29
JavaScript PushBullet API 一个使用Node.js模块。 用法 该模块非常简单易用。 您所需要的只是您的PushBullet API密钥,您就可以开始推送了。 var PushBullet = require ( 'pushbullet' ) ; var pusher = new PushBullet ( 'YOUR-API-KEY' ) ; pusher . devices ( function ( error , response ) { // response is the JSON response from the API } ) ; pusher . note ( deviceParams , noteTitle , noteBody , function ( error , response ) { // response is the JSON response
【文件预览】:
node-pushbullet-api-master
----.eslintrc.js(498B)
----lib()
--------pushbullet.js(5KB)
--------internal()
----.travis.yml(125B)
----test()
--------hang-in-there.jpg(18KB)
--------index.js(11KB)
----README.md(11KB)
----.gitignore(13B)
----index.js(75B)
----CHANGELOG.md(2KB)
----package-lock.json(22KB)
----package.json(736B)

网友评论