mirror of
https://github.com/cupcakearmy/volta.git
synced 2024-11-01 09:44:12 +01:00
Readme
This commit is contained in:
parent
499b4213b9
commit
42b927bd1f
33
README.md
Normal file
33
README.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# Deezer Downloader
|
||||||
|
|
||||||
|
Battery assistant for prolonging the lifespan of your battery. Runs in the background, has configurable limits and can be enabled to run on startup.
|
||||||
|
|
||||||
|
## What does it do?
|
||||||
|
|
||||||
|
Good question. It gives you notifications about when to plus and unplug your charger. **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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## Build 🔨
|
||||||
|
|
||||||
|
There are prebuilt binaries for macOS, Windows and Linux [here](https://github.com/CupCakeArmy/volta/releases). However you can also complile them yourself.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install dependencies
|
||||||
|
npm i
|
||||||
|
|
||||||
|
# Build the app
|
||||||
|
npm run pack:all
|
||||||
|
```
|
||||||
|
|
||||||
|
### Screen
|
||||||
|
|
||||||
|
![Screenshot](https://i.imgur.com/DX8mjRE.png)
|
Loading…
Reference in New Issue
Block a user