linux-battery

Get info about your battery in Linux

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
linux-battery
1313.0.18 years ago8 years agoMinified + gzip package size for linux-battery in KB

Readme

linux-battery
Get info about your battery in Linux

Install

$ npm install --save linux-battery

Usage

const linuxBattery = require('linux-battery');

linuxBattery().then(battery => {
	console.log(battery);
	/*
	[{
		nativePath: 'BAT0',
		vendor: 'innotek',
		model: '1',
		serial: '0',
		powerSupply: 'yes',
		...
	}]
	*/
});

Related

License

MIT © Kevin Martensson