All Projects → gillstrom → Battery Level

gillstrom / Battery Level

Licence: mit
Get current battery level

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Battery Level

Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (-71.35%)
Mutual labels:  battery
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+634.05%)
Mutual labels:  battery
Battery Monitor
An X-platform utility tool developed on Golang, notifies about charging, discharging, and critically low battery state of the battery.
Stars: ✭ 137 (-25.95%)
Mutual labels:  battery
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (+487.57%)
Mutual labels:  battery
Pyeis
PyEIS: A Python-based Electrochemical Impedance Spectroscopy simulator and analyzer
Stars: ✭ 60 (-67.57%)
Mutual labels:  battery
Battery.js
A tiny wrapper for the HTML5 Battery Status API.
Stars: ✭ 111 (-40%)
Mutual labels:  battery
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+355.68%)
Mutual labels:  battery
Airpodsbattery Monitor For Mac
Simple Widget to display your AirPods battery levels from the Mac Status bar
Stars: ✭ 165 (-10.81%)
Mutual labels:  battery
Xfce4 Genmon Scripts
🐭 XFCE panel generic monitor scripts
Stars: ✭ 69 (-62.7%)
Mutual labels:  battery
Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+817.84%)
Mutual labels:  battery
Battery Meter View
🔋 Material design battery meter (i.e. level, state) view for Android
Stars: ✭ 57 (-69.19%)
Mutual labels:  battery
Power
Python module that allows you to get power and battery status of the system. Windows, Mac OS X, Linux
Stars: ✭ 58 (-68.65%)
Mutual labels:  battery
Battstat
🔋 CLI battery status indicator for macOS, Linux, and OpenBSD ⚡
Stars: ✭ 132 (-28.65%)
Mutual labels:  battery
Acc
acc
Stars: ✭ 55 (-70.27%)
Mutual labels:  battery
Charge Limiter
macOS app to set battery charge limit for MacBooks
Stars: ✭ 140 (-24.32%)
Mutual labels:  battery
Rpi Battery Monitor
Monitor battery voltage from a Raspberry Pi
Stars: ✭ 51 (-72.43%)
Mutual labels:  battery
Ttgo T Beam Car Tracker
TTGO-T-Beam Arduino Car Tracker - ESP32 + LoRa + GPS + GSM (optional)
Stars: ✭ 106 (-42.7%)
Mutual labels:  battery
Battery
cross-platform, normalized battery information library
Stars: ✭ 170 (-8.11%)
Mutual labels:  battery
Esp8266 Tiny Door And Window Sensor
Battery powered door and window sensor with ultra low standby power. Arduino, ESP-12, Reed switch, ATtiny, LDO
Stars: ✭ 146 (-21.08%)
Mutual labels:  battery
Rust Battop
Interactive batteries viewer
Stars: ✭ 133 (-28.11%)
Mutual labels:  battery


battery-level

Get current battery level

Install

$ npm install battery-level

Usage

const batteryLevel = require('battery-level');

(async () => {
	console.log(await batteryLevel());
	//=> 0.55
})();

API

batteryLevel()

Returns a Promise<number> with the battery level.

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].