volta/README.md

57 lines
1.6 KiB
Markdown
Raw Normal View History

2018-05-23 07:21:01 +00:00
[![Join the chat at https://gitter.im/cupcakearmy/cca-volta](https://badges.gitter.im/cupcakearmy/cca-volta.svg)](https://gitter.im/cca-volta/Lobby)
2018-05-22 16:58:26 +00:00
# Volta ⚡️
2018-05-22 16:56:47 +00:00
Battery assistant for prolonging the lifespan of your battery. Runs in the background, has configurable limits and can be enabled to run on startup.
2018-05-23 07:15:14 +00:00
[Screenshot](#screen)
2018-05-22 17:11:27 +00:00
### [Download](https://github.com/CupCakeArmy/volta/releases)
2020-03-07 15:35:28 +00:00
## Contributions 🙏
- https://github.com/daaanny90 dark mode support
2018-05-22 16:56:47 +00:00
## What does it do?
2018-05-22 19:11:12 +00:00
Good question. It gives you notifications about when to plug and unplug your charger.
2018-05-22 17:04:50 +00:00
> Cool, but why?
Batteries loose the most capacity if the voltage difference is high, or staying at 100%. Hence, if you you use your laptop most of the time plugged in, it will decrease the capacity of the battery quicker than normal.
2018-05-22 17:05:08 +00:00
2018-05-22 19:41:55 +00:00
To sum up, you should **not**:
2018-05-22 17:04:50 +00:00
- Charge you battery **regulary** over 80-90%
- Discharge under 30-40%
2018-05-22 16:56:47 +00:00
Reference to the science:
- http://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries
- https://www.popsci.com/charge-batteries-right
## Quickstart 💥
[Download](https://github.com/CupCakeArmy/volta/releases). Run.
2018-05-23 07:15:14 +00:00
## Feedback
Remember this is pretty new software wrote in ~2days, so if you encounter bugs or have feature requests please let me know!
2018-05-22 16:56:47 +00:00
## Build 🔨
2018-05-22 19:47:35 +00:00
There are prebuilt binaries for macOS [here](https://github.com/CupCakeArmy/volta/releases). However you can also complile them yourself.
2018-05-22 16:56:47 +00:00
```bash
# Install dependencies
npm i
# Build the app
npm run pack:all
```
### Screen
2018-05-22 16:58:10 +00:00
![Screenshot](https://i.imgur.com/DX8mjRE.png)