{"id":19092336,"url":"https://github.com/maxjdev/conversordemoedas-oraclenexteducation-challenge","last_synced_at":"2026-05-12T23:32:53.973Z","repository":{"id":257512732,"uuid":"858494423","full_name":"maxjdev/ConversorDeMoedas-OracleNextEducation-Challenge","owner":"maxjdev","description":"Projeto do modulo: Java e Orientação a objetos G7 - ONE","archived":false,"fork":false,"pushed_at":"2024-09-17T03:33:40.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T07:41:58.875Z","etag":null,"topics":["alura","backend","java","object-oriented-programming","oracle","oracle-next-education"],"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/maxjdev.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-09-17T01:58:51.000Z","updated_at":"2024-09-17T03:33:43.000Z","dependencies_parsed_at":"2024-09-17T05:56:51.923Z","dependency_job_id":"ad57c4f5-adae-4563-ba13-14f20a868be7","html_url":"https://github.com/maxjdev/ConversorDeMoedas-OracleNextEducation-Challenge","commit_stats":null,"previous_names":["maxjdev/conversordemoedas-oraclenexteducation-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxjdev/ConversorDeMoedas-OracleNextEducation-Challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FConversorDeMoedas-OracleNextEducation-Challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FConversorDeMoedas-OracleNextEducation-Challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FConversorDeMoedas-OracleNextEducation-Challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FConversorDeMoedas-OracleNextEducation-Challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxjdev","download_url":"https://codeload.github.com/maxjdev/ConversorDeMoedas-OracleNextEducation-Challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxjdev%2FConversorDeMoedas-OracleNextEducation-Challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: 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":["alura","backend","java","object-oriented-programming","oracle","oracle-next-education"],"created_at":"2024-11-09T03:19:11.165Z","updated_at":"2026-05-12T23:32:53.959Z","avatar_url":"https://github.com/maxjdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![oracle](https://www.oracle.com/a/ocom/img/rh03-one-br-logo.png)\n\n# ONE - Oracle Next Education - Challenge Conversor de Moedas\n\n  \u003cimg src=\"https://user-images.githubusercontent.com/25181517/192108890-200809d1-439c-4e23-90d3-b090cf9a4eea.png\" width=\"90\" alt=\"intellij icon\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/25181517/117201156-9a724800-adec-11eb-9a9d-3cd0f67da4bc.png\" width=\"100\" alt=\"java icon\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/65dea6c4eaca7da319e552c09f4cf5a9a8dab2c8/icons/Maven-Dark.svg\" width=\"90\" alt=\"maven icon\"\u003e\n\n\u003c/div\u003e\n\n### Descrição\nEste é um projeto de conversor de moedas que utiliza a API da ExchangeRate-API para realizar a conversão de diferentes moedas. O projeto é desenvolvido em Java e permite ao usuário escolher entre algumas conversões pré-definidas, como de Dólar para Real, Real para Dólar, Dólar para Peso Argentino, entre outras.\n\n### Funcionalidades\n- Interação via console\n- Integração com a ExchangeRate-API para obter a taxa de câmbio em tempo real\n- Conversão de Dólar Americano (USD) para Real Brasileiro (BRL)\n- Conversão de Real Brasileiro (BRL) para Dólar Americano (USD)\n- Conversão de Dólar Americano (USD) para Peso Argentino (ARS)\n- Conversão de Peso Argentino (ARS) para Dólar Americano (USD)\n- Conversão de Dólar Americano (USD) para Peso Colombiano (COP)\n- Conversão de Peso Colombiano (COP) para Dólar Americano (USD)\n\n### Ferramentas/Tecnologias Usadas\n- **Java 17:** Linguagem de programação utilizada para o desenvolvimento do projeto.\n- **HttpClient:** Lib para realizar requisições HTTP.\n- **Gson:** Lib usada para converter JSON em objetos Java.\n- **ExchangeRate-API:** API externa utilizada para obter as taxas de conversão entre diferentes moedas.\n\n### Pré-requisitos\n- Java 16+\n- Maven\n\n### Como usar\n- Clone o repositório:\n```bash\ngit clone https://github.com/maxjdev/ConversorDeMoedas-OracleNextEducation-Challenge.git\n```\n\n- Acesse o site \u003ca href=\"https://www.exchangerate-api.com\"\u003eExchangeRate\u003c/a\u003e e cadastre seu e-mail para receber sua API_KEY\n\n- Configurar API_KEY no pacote: *br.com.conversorDeMoedas.apis*:\n```java\nprivate final String API_KEY = \"SUA_API_KEY_AQUI\";\n```\n\n- Compile o projeto usando o terminal no diretório do projeto usando o comando:\n```bash\nmvn clean install\n```\n\n- Execute o projeto:\n```bash\njava -jar target/conversorDeMoedas.jar\n```\n\n- Ao iniciar o programa, um menu será exibido com as opções de conversão de moedas disponíveis.\n- Selecione o número correspondente à conversão desejada.\n- Insira o valor a ser convertido.\n- O programa retornará o valor convertido para a moeda de destino.\n\n#### Exemplo de uso\n\n![exemplo de uso](img/sout-conversor.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjdev%2Fconversordemoedas-oraclenexteducation-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxjdev%2Fconversordemoedas-oraclenexteducation-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxjdev%2Fconversordemoedas-oraclenexteducation-challenge/lists"}