{"id":28282982,"url":"https://github.com/coderbdk/unitconverter","last_synced_at":"2026-04-28T12:02:06.526Z","repository":{"id":293986381,"uuid":"985684838","full_name":"CoderBDK/UnitConverter","owner":"CoderBDK","description":"UnitConverter is a Java library designed to simplify unit conversions.","archived":false,"fork":false,"pushed_at":"2025-05-18T10:40:46.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T11:28:09.207Z","etag":null,"topics":["android","converter","java","library","measurement","unit-conversion","unit-converter","units"],"latest_commit_sha":null,"homepage":"","language":"Java","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/CoderBDK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2025-05-18T10:02:57.000Z","updated_at":"2025-05-18T10:40:49.000Z","dependencies_parsed_at":"2025-05-18T11:38:31.386Z","dependency_job_id":null,"html_url":"https://github.com/CoderBDK/UnitConverter","commit_stats":null,"previous_names":["coderbdk/unitconverter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CoderBDK/UnitConverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderBDK%2FUnitConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderBDK%2FUnitConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderBDK%2FUnitConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderBDK%2FUnitConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderBDK","download_url":"https://codeload.github.com/CoderBDK/UnitConverter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderBDK%2FUnitConverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":["android","converter","java","library","measurement","unit-conversion","unit-converter","units"],"created_at":"2025-05-21T16:14:03.744Z","updated_at":"2026-04-28T12:02:06.480Z","avatar_url":"https://github.com/CoderBDK.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnitConverter\n\nA simple and versatile Java library for converting between various units of measurement, including length, area. Easily extendable with new unit types.\n\n## Features\n\n* Length conversion (`LengthConverter`, `LengthUnit`)\n* Area conversion (`AreaConverter`, `AreaUnit`)\n* Temperature conversion (`TemperatureConverter`, `TemperatureUnit`)\n* Volume conversion (`VolumeConverter`, `VolumeUnit`)\n## Unit Conversions\n\n```java\n// Length conversion\ndouble meters = 10;\ndouble centimeters = LengthConverter.convertTo(meters, LengthUnit.METER, LengthUnit.CENTIMETER);\nSystem.out.println(meters + \" meters = \" + centimeters + \" centimeters\");\n\n// Area conversion\ndouble squareMeters = 5;\ndouble squareFeet = AreaConverter.convertTo(squareMeters, AreaUnit.SQUARE_METER, AreaUnit.SQUARE_FOOT);\nSystem.out.println(squareMeters + \" square meters = \" + squareFeet + \" square feet\");\n```\n\n## Installion\n### 1. Clone the repository\n```bash\nhttps://github.com/CoderBDK/UnitConverter.git\n```\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderbdk%2Funitconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderbdk%2Funitconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderbdk%2Funitconverter/lists"}