{"id":26744269,"url":"https://github.com/ninja1375/conversor-moedas","last_synced_at":"2025-07-30T17:38:27.203Z","repository":{"id":283923731,"uuid":"952078470","full_name":"Ninja1375/conversor-moedas","owner":"Ninja1375","description":"Um conversor de moedas moderno e responsivo, feito com HTML, CSS e JavaScript. Ele consome dados da ExchangeRate-API para converter moedas em tempo real.","archived":false,"fork":false,"pushed_at":"2025-03-23T03:25:53.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T04:24:29.289Z","etag":null,"topics":["conversor","html-css-javascript","moeda"],"latest_commit_sha":null,"homepage":"https://conversordemoedas13.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ninja1375.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"Ninja1375","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-03-20T17:40:16.000Z","updated_at":"2025-03-23T03:25:56.000Z","dependencies_parsed_at":"2025-03-23T04:24:32.015Z","dependency_job_id":"343f9576-4f06-4b81-b84d-21b01ae7ed31","html_url":"https://github.com/Ninja1375/conversor-moedas","commit_stats":null,"previous_names":["ninja1375/conversor-moedas"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninja1375%2Fconversor-moedas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninja1375%2Fconversor-moedas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninja1375%2Fconversor-moedas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ninja1375%2Fconversor-moedas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ninja1375","download_url":"https://codeload.github.com/Ninja1375/conversor-moedas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984550,"owners_count":20704798,"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":["conversor","html-css-javascript","moeda"],"created_at":"2025-03-28T07:18:27.847Z","updated_at":"2025-03-28T07:18:28.446Z","avatar_url":"https://github.com/Ninja1375.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Ninja1375"],"categories":[],"sub_categories":[],"readme":"# 📌 Conversor de Moedas - HTML, CSS e JavaScript\n\n🚀 Um conversor de moedas moderno e responsivo, feito com **HTML, CSS e JavaScript**. Ele consome dados da **ExchangeRate-API** para converter moedas em tempo real.  \n\n---\n\n## 📜 Recursos  \n✅ **Design responsivo e moderno**  \n✅ **Inversão de moedas** com um clique  \n✅ **Consome dados da API ExchangeRate**  \n✅ **Fácil de usar e personalizar**  \n\n---\n\n## 📂 Estrutura do Projeto  \n```\n📦 conversor-moedas  \n├── 📜 index.html   # Interface do usuário  \n├── 🎨 style.css    # Estilos do conversor  \n├── ⚡ script.js    # Lógica do conversor  \n└── 📜 README.md    # Documentação do projeto  \n```\n\n---\n\n## 🚀 Como Usar?  \n\n### 1️⃣ Baixar o Projeto  \nClone o repositório com:  \n```sh\ngit clone https://github.com/Ninja1375/conversor-moedas.git\n```\nOu baixe o [ZIP aqui](https://github.com/Ninja1375/conversor-moedas/archive/refs/heads/main.zip).  \n\n### 2️⃣ Obter uma Chave API  \nCadastre-se na [ExchangeRate-API](https://www.exchangerate-api.com/) e gere sua chave **gratuita**.  \n\n### 3️⃣ Adicionar a Chave no Código  \nAbra o **`script.js`** e substitua `\"SUA_CHAVE_API\"` pela sua chave real:  \n```js\nconst apiKey = \"SUA_CHAVE_API\"; // Insira sua chave aqui\n```\n\n### 4️⃣ Executar o Projeto  \nAbra o **`index.html`** no navegador e pronto! 🎉  \n\n---\n\n## 🎯 Contribuição  \nSinta-se à vontade para contribuir! Abra um **Pull Request** ou uma **Issue**.  \n\n---\n\n## 🛠️ Tecnologias Utilizadas\n\n\u003ca href=\"https://programartudo.blogspot.com/2024/11/html-tudo-o-que-precisa-para-comecar.html\" target=\"_blank\"\u003e\u003cimg loading=\"lazy\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg\" width=\"40\" height=\"40\"/\u003e\u003c/a\u003e \u003ca href=\"https://programartudo.blogspot.com/2024/11/css-como-dar-estilo-ao-teu-website.html\" target=\"_blank\"\u003e\u003cimg loading=\"lazy\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg\" width=\"40\" height=\"40\"/\u003e\u003c/a\u003e \u003ca href=\"https://programartudo.blogspot.com/2024/11/javascript-linguagem-dinamica-da-web.html\" target=\"_blank\"\u003e\u003cimg loading=\"lazy\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg\" width=\"40\" height=\"40\"/\u003e\u003c/a\u003e\n\n## 🎨 **Preview do Design**\n\n![conversor-de-moedas](https://github.com/user-attachments/assets/3adadc6f-90cb-40ee-8d37-1bcac97a29b8)\n\n## 📜 Licença\n\nEste projeto é de código aberto e está disponível sob a licença **[MIT](https://github.com/Ninja1375/conversor-moedas/blob/main/LICENSE).**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninja1375%2Fconversor-moedas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninja1375%2Fconversor-moedas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninja1375%2Fconversor-moedas/lists"}