battery-present

1.0.4 • Public • Published

battery-present

Dependency Status

Check if a specific battery is present. Probably only works on Linux.

Example

var batteryPresent = require('battery-present');
 
batteryPresent('BAT0', function(exists) {
  console.log(exists);
  // true
});

Installation

$ npm install battery-present

API

var batteryPresent = require('battery-present');

batteryPresent([battery='BAT0'], callback)

Given an optional String battery (defaults to 'BAT0'), calls callback(true) if that battery exists in the current system. Otherwise calls callback(false).

Readme

Keywords

Package Sidebar

Install

npm i battery-present

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • kenan