Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjaysunil/battery-notification

Get notified on when you need to plug/unplug your charger to preserve battery life.
https://github.com/sanjaysunil/battery-notification

battery battery-notification charging node notification npm reminder

Last synced: 17 days ago
JSON representation

Get notified on when you need to plug/unplug your charger to preserve battery life.

Awesome Lists containing this project

README

        




battery-notification



Get notified on when you need to plug/unplug your charger to preserve battery life.




Report Bug
·
Request Feature



## What's battery-notification?

[battery-notification]() is a command-line tool which aims to notify you when your battery is too low, and when you need to unplug your charger when your device is at a sufficient battery level. The command-line tool allows you to set battery percentage thresholds for when you want to be notified, and is straight-forward to use.

## Install
```sh
$ npm install battery-notification
```

## Usage
```sh
$ battery-notification --help

Usage: battery-notification [options]

Get notified on when you need to plug/unplug your charger to preserve battery life.

Options:
-V, --version output the version number
-l, --low Low battery level threshold
-h, --high High battery level threshold
```

> **TIP:** You can also use the command ```battery``` instead of `battery-notification`.

### Running the monitor
```sh
$ battery -l -h
```

**Example:**
```sh
$ battery -l 25 -h 95
```

> **NOTE:** The threshold values are **optional**. If a threshold value is not specified, it will fall back to the default threshold value (low percentage warning: 20%, high percentage warning: 80%)


## License

Copyright © 2022 Sanjay Sunil ([email protected])

Distributed under the MIT License. See `LICENSE` for more information.