{"id":20535292,"url":"https://github.com/ailsonguedes/conversor_de_temperatura","last_synced_at":"2026-06-10T09:31:53.795Z","repository":{"id":220684370,"uuid":"752268294","full_name":"ailsonguedes/Conversor_de_Temperatura","owner":"ailsonguedes","description":"Conversor de temperatura simples feito em C como forma de estudar e ampliar os meus conhecimentos nessa linguagem.","archived":false,"fork":false,"pushed_at":"2024-02-07T02:03:33.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T03:26:07.127Z","etag":null,"topics":["c","clang","conversor-de-temperaturas","gcc","gcc-complier","shell-program","temperature-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/ailsonguedes.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-02-03T14:34:49.000Z","updated_at":"2024-02-07T02:10:08.000Z","dependencies_parsed_at":"2025-01-16T13:45:55.504Z","dependency_job_id":"54b4aba1-06fd-4b64-b02d-3cb8c7db5e68","html_url":"https://github.com/ailsonguedes/Conversor_de_Temperatura","commit_stats":null,"previous_names":["ailsonguedes/conversor_de_temperatura"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ailsonguedes/Conversor_de_Temperatura","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailsonguedes%2FConversor_de_Temperatura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailsonguedes%2FConversor_de_Temperatura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailsonguedes%2FConversor_de_Temperatura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailsonguedes%2FConversor_de_Temperatura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ailsonguedes","download_url":"https://codeload.github.com/ailsonguedes/Conversor_de_Temperatura/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ailsonguedes%2FConversor_de_Temperatura/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34146871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","clang","conversor-de-temperaturas","gcc","gcc-complier","shell-program","temperature-converter"],"created_at":"2024-11-16T00:30:02.911Z","updated_at":"2026-06-10T09:31:53.765Z","avatar_url":"https://github.com/ailsonguedes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003e Conversor de Temperatura \u003c/h1\u003e\n\n\u003cp align='center'\u003eEste é um programa feito em C converte temperaturas entre `Celsius`, `Fahrenheit` e `Kelvin`.\u003c/p\u003e\n\n\u003cdiv align='center'\u003e\n  \u003ca href=\"https://pt.wikipedia.org/wiki/C_(linguagem_de_programa%C3%A7%C3%A3o)\" target=\"_blank\"\u003e\n      \u003cimg src=\"./img/c_logo.png\" width=\"150\" height=\"150\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## 🔧 Ferramentas\n\n-   C: é uma linguagem de programação de alto nível. Sendo considerada a mãe das linguagens de programação modernas.\n-   GCC: é um conjunto de compiladores para a linguagem C, produzidos pelo projeto GNU.\n\n\n## 💻 Como Executar o Projeto\n\n- O projeto pode ser executado normalmente em um ambiente Linux.\n- Também pode ser recompilado para que funcione em ambientes Windows.\n\n1. Compilando o projeto\n\n  ```shell\n    gcc - o nomedoprojeto nomedoprojeto.c\n  ```\n\n  ou\n\n  ```shell\n    make nomedoprojeto\n  ```\n2. Executando projteo (Linux):\n\n- Caminhe até o local onde o executável do projeto se encontra.\n- Execute com o comando abaixo.\n\n  ```shell\n    ./nomedoprojeto [argumento] [valor]\n  ```\n## ⚙️ Forma de Uso:\n\n- O usuário deve executar o programa e entrar com uma sequência de argumento e valor:\n    - Exemplo: -h 0\n\n###### Aqui está uma lista com os possíveis argumentos:\n\n      Unidade:\n      '-c' ou '--celsius':    Converte de Celsius para Fahrenheit e Kelvin\n      '-f' ou '--fahrenheit': Converte de Fahrenheit para Celsius e Kelvin\n      '-k' ou '--kelvin':     Converte de Kelvin para Celsius e Fahrenheit\n      '-h' ou '--help':       Mostra a tela de ajuda\n\n## 🙏 Contribuições:\n\nContribuições são bem-vindas! Sinta-se à vontade para enviar problemas, solicitações de pull e feedback.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failsonguedes%2Fconversor_de_temperatura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Failsonguedes%2Fconversor_de_temperatura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Failsonguedes%2Fconversor_de_temperatura/lists"}