{"id":24731052,"url":"https://github.com/nadiduno/knightsofthezodiac","last_synced_at":"2026-04-29T19:34:12.933Z","repository":{"id":182197029,"uuid":"668100710","full_name":"nadiduno/knightsofthezodiac","owner":"nadiduno","description":"A Zodiaco knights application, which consumes the API","archived":false,"fork":false,"pushed_at":"2023-08-09T21:20:23.000Z","size":760,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T03:07:23.532Z","etag":null,"topics":["api","javascript","json","jsonbin"],"latest_commit_sha":null,"homepage":"https://knightsofthezodiac.vercel.app","language":"JavaScript","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/nadiduno.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":"2023-07-19T03:09:32.000Z","updated_at":"2023-08-09T21:09:32.000Z","dependencies_parsed_at":"2025-01-27T16:10:41.502Z","dependency_job_id":"abffbead-5efe-4a98-8b70-c87045eb3cb7","html_url":"https://github.com/nadiduno/knightsofthezodiac","commit_stats":null,"previous_names":["nadiduno/knightsofthezodiac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nadiduno/knightsofthezodiac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadiduno%2Fknightsofthezodiac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadiduno%2Fknightsofthezodiac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadiduno%2Fknightsofthezodiac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadiduno%2Fknightsofthezodiac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nadiduno","download_url":"https://codeload.github.com/nadiduno/knightsofthezodiac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadiduno%2Fknightsofthezodiac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["api","javascript","json","jsonbin"],"created_at":"2025-01-27T16:10:39.558Z","updated_at":"2026-04-29T19:34:12.918Z","avatar_url":"https://github.com/nadiduno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Author](https://img.shields.io/badge/Dev-Nadi%20Duno-blueviolet%20)](https://portfolio-nadi.vercel.app/)\n[![Social](https://img.shields.io/twitter/follow/nadiduno?label=%40nadiduno\u0026style=social)](https://twitter.com/nadiduno)\n[![Linkedin](https://img.shields.io/badge/in-Nadi%20Duno-blue)](https://www.linkedin.com/in/nadiduno/)\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n# App Cavaleiros do zodíaco\n\n\u003cdiv\u003e\n  \u003cimg \n    alt=\"Portfólio de Nadi Duno\"\n    src=\"https://github.com/nadiduno/knightsofthezodiac/blob/main/.github/ImgApp.png\" \n    width=\"40%\"\n  \u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n\n\n# Link Cavaleiros do zodíaco\n\nhttps://api.jsonbin.io/v3/b/64ba1bd4b89b1e2299c1dbc0\n\n# Código - JavaScript\n\n ```JS\n async function userData() {\n    await fetch(\"https://api.jsonbin.io/v3/b/64ba1bd4b89b1e2299c1dbc0\")\n        .then((response) =\u003e {\n            return response.json();\n        })\n        .then((data) =\u003e {\n            // Estudando os dados \n            console.log(data)\n\n            // Criando o DOM com JS\n            let zodicName = document.createElement('p')\n            let zodicImg = document.createElement('img')\n\n            zodicName.textContent = data[\"record\"][\"Zodic\"][\"0\"][\"name\"]\n            zodicImg.src = data[\"record\"][\"Zodic\"][\"0\"][\"avatar\"]\n\n            root.append(zodicName, zodicImg)\n        })\n        .catch((error) =\u003e {\n            console.error(error)\n        })\n}\nuserData()\n\n```\n\n# Clonar o projeto\n\n ```Bash\n\ngit clone https://github.com/nadiduno/knightsofthezodiac\n\n```\n# Deploy \n\n[Ver app](https://knightsofthezodiac.vercel.app/)\n\n# Cria tua propria API\n\nDado curioso:  Eu criei esta API para poder consumir.\n\nCria tua propria API - Ver este [post](https://devrelnadiduno.blogspot.com/2023/08/criando-uma-api-publica-dos-cavaleiros.html) que fiz com muito amor\n\n[Criando uma API pública dos Cavaleiros do Zodíaco](https://devrelnadiduno.blogspot.com/2023/08/criando-uma-api-publica-dos-cavaleiros.html)\n\n\u003cbr /\u003e\nCom \u003c💜 /\u003e \n\n[Nadi Duno](https://www.linkedin.com/in/nadiduno/)  © 2023","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadiduno%2Fknightsofthezodiac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnadiduno%2Fknightsofthezodiac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadiduno%2Fknightsofthezodiac/lists"}