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

https://github.com/kofi-arthur/ibattery

A "windows" desktop application that notifies users to disconnect their laptop chargers when the battery is fully charged. It also comes with a minimalistic UI showing current battery percentage and its charging states
https://github.com/kofi-arthur/ibattery

battery-life battery-monitor desktop-app electron electron-app ibattery nodejs

Last synced: 2 months ago
JSON representation

A "windows" desktop application that notifies users to disconnect their laptop chargers when the battery is fully charged. It also comes with a minimalistic UI showing current battery percentage and its charging states

Awesome Lists containing this project

README

          

# iBattery

An Electron application with React to monitor you battery's charging and notifies users when the battery is fully charged.

## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

## Project Setup

### Install

```bash
$ npm install
```

### Development

```bash
$ npm run dev
```

### Build

```bash
# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
```