{"id":23038860,"url":"https://github.com/kauefraga/bmi-calc","last_synced_at":"2026-04-27T22:32:30.478Z","repository":{"id":111885739,"uuid":"465150804","full_name":"kauefraga/bmi-calc","owner":"kauefraga","description":"🧮 Body mass index calculator (cli)","archived":false,"fork":false,"pushed_at":"2022-09-23T00:25:09.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:45:22.782Z","etag":null,"topics":["bmi","bmi-calculator","cpp","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kauefraga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-02T04:03:44.000Z","updated_at":"2022-12-05T23:30:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"adbac47c-9f8f-48f3-a490-8d3dd5a8d3a0","html_url":"https://github.com/kauefraga/bmi-calc","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"fb201e58220d68b8b668716b4b6b422314211bc3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kauefraga/bmi-calc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fbmi-calc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fbmi-calc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fbmi-calc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fbmi-calc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kauefraga","download_url":"https://codeload.github.com/kauefraga/bmi-calc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kauefraga%2Fbmi-calc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bmi","bmi-calculator","cpp","python"],"created_at":"2024-12-15T18:25:45.780Z","updated_at":"2026-04-27T22:32:30.462Z","avatar_url":"https://github.com/kauefraga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBody Mass Index Calculator\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg\n    alt=\"GitHub top language\"\n    src=\"https://img.shields.io/github/languages/top/kauefraga/bmi-calc.svg\"\n  /\u003e\n  \u003cimg\n    alt=\"Repository size\"\n    src=\"https://img.shields.io/github/repo-size/kauefraga/bmi-calc.svg\"\n  /\u003e\n  \u003ca href=\"https://github.com/kauefraga/bmi-calc/commits/main\"\u003e\n    \u003cimg\n      alt=\"GitHub last commit\"\n      src=\"https://img.shields.io/github/last-commit/kauefraga/bmi-calc.svg\"\n    /\u003e\n  \u003c/a\u003e\n  \u003cimg\n    alt=\"GitHub LICENSE\"\n    src=\"https://img.shields.io/github/license/kauefraga/bmi-calc.svg\"\n  /\u003e\n\u003c/p\u003e\n\n\u003c!-- Body mass index (bmi) :: Índice de massa corporal (imc) --\u003e\n\u003ch4 align=\"center\"\u003eA calculator of BMI to try out some langs\u003c/h4\u003e\n\n## ⬇️ How to download and run\n\n```bash\ngit clone https://github.com/kauefraga/bmi-calc.git\ncd bmi-calc\n\n# To run the python version (default: en)\npython py/main.py\npython py/main.py --lang pt_br\n\n# C++ version (just english)\ng++ cpp/main.cpp -o cpp/main -std=c++2a\ncpp/main\n```\n\n## 💻 Technologies\n\n- [Python](https://python.org)\n- [C++](https://en.wikipedia.org/wiki/C++)\n\n## 📝 License\n\nThis project is licensed under the MIT License - See the [LICENSE](https://github.com/kauefraga/bmi-calc/blob/main/LICENSE) for more information.\n\n---\n\n\u003cdiv align=\"center\" display=\"flex\"\u003e\n  \u003cimg alt=\"Built with love\" src=\"https://forthebadge.com/images/badges/built-with-love.svg\"\u003e\n  \u003cimg alt=\"Powered by coffee\" src=\"https://forthebadge.com/images/badges/powered-by-coffee.svg\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fbmi-calc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkauefraga%2Fbmi-calc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkauefraga%2Fbmi-calc/lists"}