{"id":19379902,"url":"https://github.com/kayke-fujinaka/binary-to-decimal","last_synced_at":"2026-06-13T12:35:24.976Z","repository":{"id":110104265,"uuid":"502115886","full_name":"Kayke-Fujinaka/binary-to-decimal","owner":"Kayke-Fujinaka","description":"💻 Binary to Decimal Converter","archived":false,"fork":false,"pushed_at":"2023-04-01T17:45:54.000Z","size":684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T05:46:22.666Z","etag":null,"topics":["binary","binary-to-decimal","conversion"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Kayke-Fujinaka.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":"2022-06-10T16:47:32.000Z","updated_at":"2024-06-23T15:02:52.000Z","dependencies_parsed_at":"2023-05-21T14:37:11.944Z","dependency_job_id":null,"html_url":"https://github.com/Kayke-Fujinaka/binary-to-decimal","commit_stats":null,"previous_names":["kayke-fujinaka/binary-to-decimal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayke-Fujinaka%2Fbinary-to-decimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayke-Fujinaka%2Fbinary-to-decimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayke-Fujinaka%2Fbinary-to-decimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kayke-Fujinaka%2Fbinary-to-decimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kayke-Fujinaka","download_url":"https://codeload.github.com/Kayke-Fujinaka/binary-to-decimal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240515515,"owners_count":19813863,"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":["binary","binary-to-decimal","conversion"],"created_at":"2024-11-10T09:11:46.317Z","updated_at":"2026-06-13T12:35:24.944Z","avatar_url":"https://github.com/Kayke-Fujinaka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e💻 BINARY TO DECIMAL\u003c/h1\u003e\n\n\u003e 🔎 Binary to Decimal Converter\n\n## ⚔️ Challenge\n\nIn this challenge, you must build an algorithm that must be able to receive a number in binary and convert it to base 10 (decimal number system). Use the Javascript programming language.\n- It must be possible to receive a number in binary;\n- You must notify if you have an input that is not binary;\n- Must return the converted number.\n\n```javascript\nconst input = '0110';\nconst result = run(input);\n\n// output\n// 6\nconsole.log(result);\n```\n\n## 🚀 Technologies ##\n\n- [TypeScript](https://www.typescriptlang.org/docs/)\n- [Jest](https://jestjs.io/pt-BR/docs/getting-started)\n\n## :closed_book: How to use it? ##\n\nBefore starting, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.\n\n```bash\n# Clone this project\n$ git clone https://github.com/Kayke-Fujinaka/Binary2Decimal\n# access\n$ cd binary2decimal\n# install dependencies\n$ yarn or npm\n# Run the project\n$ yarn start or npm start\n# The server will initialize in the \u003chttp://localhost:3000\u003e\n```\n\n## 🤝 Collaborators\n\nThanks to the following people who contributed to this project:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"#\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/u/98772000?s=400\u0026u=80de9af672be7f75cc7a546838552cf63d5b82fe\u0026v=4\" width=\"160px;\" alt=\"Photo by Kayke Fujinaka on GitHub\"/\u003e\u003cbr\u003e\n        \u003csub\u003e\n          \u003cb\u003eKayke Fujinaka\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/all\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ca href=\"#top\"\u003eGo back to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayke-fujinaka%2Fbinary-to-decimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayke-fujinaka%2Fbinary-to-decimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayke-fujinaka%2Fbinary-to-decimal/lists"}