文件名称:door-alarm::door:树莓派的门警报脚本
文件大小:294KB
文件格式:ZIP
更新时间:2024-06-06 10:46:26
JavaScript
Raspberry Pi的门警报系统 每次门打开时获取通知。 想帮忙? 安装 # clone this repository git clone https://github.com/schurig/door-alarm.git cd door-alarm # install node and bower dependencies npm install bower install 用法 使用以下命令运行服务器 $ node app.js 它支持什么: 推播通知 播放声音 电子邮件通知 手推式通知 网络界面日志 Piwik / Google Analytics(分析)支持 网钩 设置通知的特定时间段/规则 去做 使安装和设置更加容易 更好的配置和数据库管理 重构代码 编写测试!!!!!!! 11 维护者 马丁·舒里格( , ) 贡献 分叉( ) 创建功能分支
【文件预览】:
door-alarm-master
----.gitignore(64B)
----app.js(3KB)
----package.json(568B)
----data()
--------config.json(203B)
----.bowerrc(35B)
----LICENSE(1KB)
----public()
--------templates()
--------scripts()
--------index.html(5KB)
--------styles()
----README.md(1KB)
----sounds()
--------alarm.mp3(65KB)
--------alarm2.mp3(239KB)
----modules()
--------notifiers.js(278B)
--------notifiers()
----bower.json(436B)