项目作者: Risto-Stevcev

项目描述 :
:battery: A simple library that alerts you when your battery is low
高级语言: JavaScript
项目地址: git://github.com/Risto-Stevcev/battery-alert.git
创建时间: 2016-02-28T15:35:17Z
项目社区:https://github.com/Risto-Stevcev/battery-alert

开源协议:MIT License

下载


battery-alert

:battery: A simple library that alerts you when your battery is low.

Usage

Usage: battery-alert [remaining] [command]

remaining - The % battery remaining required to trigger the command
command - The command to trigger (required)

  1. $ npm install -g battery-alert
  2. $ battery-alert 15 vlc -R /absolute/path/to/alert.wav

Implementation

The library uses ACPI to get battery info for Battery 0 and then spawns the command given by the user. It checks the ACPI status in 1 minute intervals.

License

Licensed under the MIT license.