{"id":24060781,"url":"https://github.com/skippyr/temperature-converter","last_synced_at":"2025-02-26T14:25:09.485Z","repository":{"id":271163998,"uuid":"912213055","full_name":"skippyr/temperature-converter","owner":"skippyr","description":"A simple temperature converter. Also, my first graphical app made using Rust.","archived":false,"fork":false,"pushed_at":"2025-01-06T00:36:13.000Z","size":652,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T01:18:31.031Z","etag":null,"topics":["desktop","gui","linux","macos","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skippyr.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-04T23:26:26.000Z","updated_at":"2025-01-06T00:36:16.000Z","dependencies_parsed_at":"2025-01-06T01:18:58.665Z","dependency_job_id":"9fbd4267-0000-458c-b63b-ac6207eb7a3a","html_url":"https://github.com/skippyr/temperature-converter","commit_stats":null,"previous_names":["skippyr/temperature-converter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skippyr%2Ftemperature-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skippyr%2Ftemperature-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skippyr%2Ftemperature-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skippyr%2Ftemperature-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skippyr","download_url":"https://codeload.github.com/skippyr/temperature-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240868957,"owners_count":19870698,"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":["desktop","gui","linux","macos","rust"],"created_at":"2025-01-09T07:14:59.102Z","updated_at":"2025-02-26T14:25:09.191Z","avatar_url":"https://github.com/skippyr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\"assets/ornament.png\" width=1020 /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e≥v≥v\u0026ensp;Temperature Converter\u0026ensp;≥v≥v\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\"https://img.shields.io/github/license/skippyr/temperature-converter?style=plastic\u0026label=%E2%89%A5%20license\u0026labelColor=%2324130e\u0026color=%23b8150d\" /\u003e\n  \u0026nbsp;\n  \u003cimg alt=\"\" src=\"https://img.shields.io/github/v/tag/skippyr/temperature-converter?style=plastic\u0026label=%E2%89%A5%20tag\u0026labelColor=%2324130e\u0026color=%23b8150d\" /\u003e\n  \u0026nbsp;\n  \u003cimg alt=\"\" src=\"https://img.shields.io/github/commit-activity/t/skippyr/temperature-converter?style=plastic\u0026label=%E2%89%A5%20commits\u0026labelColor=%2324130e\u0026color=%23b8150d\" /\u003e\n  \u0026nbsp;\n  \u003cimg alt=\"\" src=\"https://img.shields.io/github/stars/skippyr/temperature-converter?style=plastic\u0026label=%E2%89%A5%20stars\u0026labelColor=%2324130e\u0026color=%23b8150d\" /\u003e\n\u003c/p\u003e\n\n## ❡ About\n\nA simple temperature converter. Also, my first graphical app made using Rust.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\"assets/preview.png\" width=500 /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eCaption:\u003c/strong\u003e a preview of the app.\u003c/p\u003e\n\n## ❡ Install\n\n### Dependencies\n\nThe following dependencies must be installed before it:\n\n- [**Rust Toolchain**](https://www.rust-lang.org): it will be used to build the project.\n- **Git**: it will be used to clone this repository.\n\n\u003e [!TIP]\n\u003e Use your OS package manager or [HomeBrew](https://brew.sh) to install these packages.\n\n### Procedures\n\n- Clone this repository using `git`:\n\n```zsh\ngit clone --depth 1 https://github.com/skippyr/temperature-converter;\n```\n\n- Access its directory using `cd`:\n\n```zsh\ncd temperature-converter;\n```\n\n- Build the app using `cargo`.\n\n```zsh\ncargo b -r;\n```\n\n- Run the app.\n\n```zsh\ntarget/release/temperature-converter;\n```\n\n- If you want, add it to your `PATH` environment variable for easy access.\n\n## ❡ Help\n\nIf you need help related to this project, open a new issue in its [issues pages](https://github.com/skippyr/temperature-converter/issues) or send me an [e-mail](mailto:skippyr.developer@icloud.com) describing what is going on.\n\n## ❡ Contributing\n\nThis project is open to review and possibly accept contributions in the form of bug reports and suggestions. If you are interested, send your contribution to its [pull requests page](https://github.com/skippyr/temperature-converter/pulls) or to my [e-mail](mailto:skippyr.developer@icloud.com).\n\n## ❡ License\n\nThis is free software licensed under the BSD-3-Clause License that comes WITH NO WARRANTY. Refer to the LICENSE file that comes in its source code for license and copyright details.\n\n\u0026ensp;\n\u003cp align=\"center\"\u003e\u003csup\u003e\u003cstrong\u003e≥v≥v\u0026ensp;Here Be Dragons!\u0026ensp;≥v≥\u003c/strong\u003e\u003cbr /\u003eMade with love by skippyr \u003c3\u003c/sup\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskippyr%2Ftemperature-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskippyr%2Ftemperature-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskippyr%2Ftemperature-converter/lists"}