{"id":15489695,"url":"https://github.com/pablopunk/healthi-app","last_synced_at":"2025-04-22T18:26:51.551Z","repository":{"id":11834804,"uuid":"70719563","full_name":"pablopunk/healthi-app","owner":"pablopunk","description":"Simple app to check your laptop's battery health.","archived":false,"fork":false,"pushed_at":"2023-02-27T16:30:56.000Z","size":4914,"stargazers_count":46,"open_issues_count":5,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-19T08:58:37.424Z","etag":null,"topics":["battery","electron","health","javascript","mac","react","tool","util"],"latest_commit_sha":null,"homepage":"https://pablopunk.com/healthi-app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pablopunk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pablopunk","custom":"https://pablopunk.com/fund"}},"created_at":"2016-10-12T16:33:58.000Z","updated_at":"2024-05-30T16:39:41.000Z","dependencies_parsed_at":"2025-03-04T04:30:52.422Z","dependency_job_id":"b85bbd9b-8351-49f8-9e59-bb7cb3d130d3","html_url":"https://github.com/pablopunk/healthi-app","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fhealthi-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fhealthi-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fhealthi-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fhealthi-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/healthi-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250296537,"owners_count":21407039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["battery","electron","health","javascript","mac","react","tool","util"],"created_at":"2024-10-02T07:07:00.576Z","updated_at":"2025-04-22T18:26:51.529Z","avatar_url":"https://github.com/pablopunk.png","language":"JavaScript","funding_links":["https://github.com/sponsors/pablopunk","https://pablopunk.com/fund"],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/pablopunk/art/raw/master/healthi/icon50.png\" width=\"25\" /\u003e Healthi\n\n\n\u003cp align=\"center\"\u003eCheck your laptops's battery health.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/pablopunk/healthi-app#download\"\u003e\u003cimg src=\"https://img.shields.io/github/downloads/pablopunk/healthi-app/total.svg\" alt=\"Downloads\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/feross/standard\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"Code Style\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"150\" src=\"https://github.com/pablopunk/art/raw/master/healthi/bad.png\" alt=\"\"\u003e\n  \u003cimg width=\"170\" src=\"https://github.com/pablopunk/art/raw/master/healthi/medium.png\" alt=\"\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"200\" src=\"https://github.com/pablopunk/art/raw/master/healthi/good.png\" alt=\"\"\u003e\n\u003c/p\u003e\n\n\n## Download\n\n### macOS\n\nYou can download the [latest release][releases] or install it with [homebrew cask](https://caskroom.io/): `brew install --cask healthi`.\n\n### Linux\n\nIf you're on Debian you can download a `.deb` file from the [latest release][releases].\n\nIf you want other packages to be available open a [pull request][pr] to include it. The targets are inside `package.json \u003e build \u003e linux \u003e target`.\n\n## Develop\n\n```shell\nnpm install\nnpm run dev  # Start app and watch for changes\nnpm test\n```\n\n## Build\n\n### macOS/Debian\n\n```shell\nnpm run icns # generate icons from res/icon.svg (requires inkscape)\nnpm run dist # build app into dist/ folder\n```\n\n## Contribute\n\nYou can [open an issue][issues] to report any bug or improvement.\n\nAlso, you could fix/improve it yourself:\n\n1. You can either have an idea to improve the app or search for [an issue][issues]\n2. [Fork][fork] the repo\n3. Code your changes and try them `npm start`\n4. Run the tests `npm test`\n5. Submit your [pull request][pr]\n\n## Author\n\n© 2019 [Pablo Varela](https://pablo.life)\n\n**Special thanks** to [the contributors][contributors]\n\n[issues]: https://github.com/pablopunk/healthi-app/issues\n[fork]: https://help.github.com/articles/fork-a-repo/\n[contributors]: https://github.com/pablopunk/healthi-app/graphs/contributors\n[pr]: https://help.github.com/articles/creating-a-pull-request/\n[releases]: https://github.com/pablopunk/healthi-app/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fhealthi-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Fhealthi-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fhealthi-app/lists"}