{"id":23956855,"url":"https://github.com/get-unknown-err0r/unit_converter","last_synced_at":"2026-05-07T16:41:20.113Z","repository":{"id":270216574,"uuid":"909665402","full_name":"GET-UNKNOWN-ERR0R/unit_converter","owner":"GET-UNKNOWN-ERR0R","description":"A project named unit converter written in C++ that can convert between various units such as length, weight, and temperature. This is very accurate to result and provide seamless facility to calculate.","archived":false,"fork":false,"pushed_at":"2024-12-29T12:39:14.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T10:48:18.756Z","etag":null,"topics":["arpit-prajapati","c-plus-plus-programming","cpp","get-unknown-err0r","github","shell-language-standard","unit-converter"],"latest_commit_sha":null,"homepage":"","language":"C++","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/GET-UNKNOWN-ERR0R.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}},"created_at":"2024-12-29T12:28:14.000Z","updated_at":"2025-01-07T16:43:55.000Z","dependencies_parsed_at":"2024-12-29T13:28:14.977Z","dependency_job_id":"e1e0c8aa-ade3-4881-8045-43edfb82ad82","html_url":"https://github.com/GET-UNKNOWN-ERR0R/unit_converter","commit_stats":null,"previous_names":["get-unknown-err0r/unit_converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GET-UNKNOWN-ERR0R/unit_converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Funit_converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Funit_converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Funit_converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Funit_converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GET-UNKNOWN-ERR0R","download_url":"https://codeload.github.com/GET-UNKNOWN-ERR0R/unit_converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GET-UNKNOWN-ERR0R%2Funit_converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32746549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["arpit-prajapati","c-plus-plus-programming","cpp","get-unknown-err0r","github","shell-language-standard","unit-converter"],"created_at":"2025-01-06T16:19:35.624Z","updated_at":"2026-05-07T16:41:20.093Z","avatar_url":"https://github.com/GET-UNKNOWN-ERR0R.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unit Converter\n\nA simple unit converter written in C++ that can convert between various units such as length, weight, and temperature.\n\n## OUTPUT:\n\n![image](converter.png)\n\n## Features\n\n- **Length Conversion**: Convert between meters and kilometers.\n- **Weight Conversion**: Convert between kilograms and pounds.\n- **Temperature Conversion**: Convert between Celsius and Fahrenheit.\n\n## Requirements\n\n- Linux/Mac/Windows (with WSL for Windows)\n- C++ compiler (g++)\n- Internet connection for fetching dependencies (if any)\n\n## Usage\n\n### Running with `run.sh`\n\n1. **Clone the Repository**:\n\n    ```sh\n    git clone https://github.com/GET-UNKNOWN-ERR0R/unit_converter.git\n    cd unit_converter\n    ```\n\n2. **Make the `run.sh` script executable**:\n\n    ```sh\n    chmod +x run.sh\n    ```\n\n3. **Run the Program Using `run.sh`**:\n\n    ```sh\n    ./run.sh\n    ```\n\n    The script will compile the C++ code and execute the program. Follow the on-screen menu to perform unit conversions.\n\n### Running Manually\n\n1. **Clone the Repository**:\n\n    ```sh\n    git clone https://github.com/GET-UNKNOWN-ERR0R/unit_converter.git\n    cd unit_converter\n    ```\n\n2. **Compile the Code**:\n\n    If you have a C++ compiler (`g++`) installed, you can manually compile the code with:\n\n    ```sh\n    g++ -o unit_converter src/main.cpp\n    ```\n\n3. **Run the Program**:\n\n    Once compiled, run the program with:\n\n    ```sh\n    ./unit_converter\n    ```\n\n4. **Choose a Conversion**:\n\n    After running the program, you can choose the type of conversion (length, weight, or temperature) by selecting the corresponding option from the menu.\n\n## License\n\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%2Fget-unknown-err0r%2Funit_converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fget-unknown-err0r%2Funit_converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fget-unknown-err0r%2Funit_converter/lists"}