Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablopunk/healthi-app
Simple app to check your laptop's battery health.
https://github.com/pablopunk/healthi-app
battery electron health javascript mac react tool util
Last synced: 3 months ago
JSON representation
Simple app to check your laptop's battery health.
- Host: GitHub
- URL: https://github.com/pablopunk/healthi-app
- Owner: pablopunk
- Created: 2016-10-12T16:33:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T16:30:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T07:06:56.822Z (3 months ago)
- Topics: battery, electron, health, javascript, mac, react, tool, util
- Language: JavaScript
- Homepage: https://pablopunk.com/healthi-app
- Size: 4.69 MB
- Stars: 46
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Healthi
Check your laptops's battery health.
## Download
### macOS
You can download the [latest release][releases] or install it with [homebrew cask](https://caskroom.io/): `brew install --cask healthi`.
### Linux
If you're on Debian you can download a `.deb` file from the [latest release][releases].
If you want other packages to be available open a [pull request][pr] to include it. The targets are inside `package.json > build > linux > target`.
## Develop
```shell
npm install
npm run dev # Start app and watch for changes
npm test
```## Build
### macOS/Debian
```shell
npm run icns # generate icons from res/icon.svg (requires inkscape)
npm run dist # build app into dist/ folder
```## Contribute
You can [open an issue][issues] to report any bug or improvement.
Also, you could fix/improve it yourself:
1. You can either have an idea to improve the app or search for [an issue][issues]
2. [Fork][fork] the repo
3. Code your changes and try them `npm start`
4. Run the tests `npm test`
5. Submit your [pull request][pr]## Author
© 2019 [Pablo Varela](https://pablo.life)
**Special thanks** to [the contributors][contributors]
[issues]: https://github.com/pablopunk/healthi-app/issues
[fork]: https://help.github.com/articles/fork-a-repo/
[contributors]: https://github.com/pablopunk/healthi-app/graphs/contributors
[pr]: https://help.github.com/articles/creating-a-pull-request/
[releases]: https://github.com/pablopunk/healthi-app/releases