{"id":18872331,"url":"https://github.com/leomssilva/algorithmsinjavascript","last_synced_at":"2026-05-05T03:39:54.653Z","repository":{"id":39741780,"uuid":"384830436","full_name":"LeoMSSilva/AlgorithmsInJavascript","owner":"LeoMSSilva","description":":muscle: :technologist: :brain: A repository for training programming logic with javascript algorithms.","archived":false,"fork":false,"pushed_at":"2023-10-22T21:43:51.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-31T00:24:01.352Z","etag":null,"topics":["algorithms","javascript","nodejs","readline-sync"],"latest_commit_sha":null,"homepage":"","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/LeoMSSilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-07-11T00:42:10.000Z","updated_at":"2022-03-12T19:50:13.000Z","dependencies_parsed_at":"2023-02-14T18:01:26.137Z","dependency_job_id":"f56290cb-95df-4508-92e2-9f34c6568eda","html_url":"https://github.com/LeoMSSilva/AlgorithmsInJavascript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2FAlgorithmsInJavascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2FAlgorithmsInJavascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2FAlgorithmsInJavascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeoMSSilva%2FAlgorithmsInJavascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeoMSSilva","download_url":"https://codeload.github.com/LeoMSSilva/AlgorithmsInJavascript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239824990,"owners_count":19703199,"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":["algorithms","javascript","nodejs","readline-sync"],"created_at":"2024-11-08T05:29:31.711Z","updated_at":"2026-02-15T20:30:17.531Z","avatar_url":"https://github.com/LeoMSSilva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAlgorithms in javascript\n\t\u003cbr/\u003e\n\u003c/h1\u003e\n\n[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)\n[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)\n[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/AlgoritmosComJavascript?color=blue\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LeoMSSilva/AlgoritmosComJavascript?color=blue\u0026style=flat-square)](https://github.com/LeoMSSilva/AlgoritmosComJavascript/stargazers)\n[![Forks](https://img.shields.io/github/forks/LeoMSSilva/AlgoritmosComJavascript?color=blue\u0026style=flat-square)](https://github.com/LeoMSSilva/AlgoritmosComJavascript/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/AlgoritmosComJavascript?color=blue\u0026style=flat-square)](https://github.com/LeoMSSilva/AlgoritmosComJavascript/graphs/contributors)\n\n---\n\n# :pushpin: Table of Contents\n\n- :house: [About](#house-about)\n- :dart: [Installation](#dart-installation)\n  - :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)\n  - :rocket: [Getting started](#rocket-getting-started)\n- :computer: [Techs](#computer-techs)\n- :bust_in_silhouette: [Author](#bust_in_silhouette-author)\n- :handshake: [Contributing](#handshake-contributing)\n- :scroll: [License](#scroll-license)\n---\n\n---\n\n# :house: About\n\nA repository for javascript training algorithms\n\n---\n\n# :dart: Installation\n\nBy HTTPS, running this command:\n\n```bash\n  git clone https://github.com/LeoMSSilva/AlgoritmosComJavascript.git\n```\n\nOr by ssh, running this command:\n\n```bash\n  git clone git@github.com:LeoMSSilva/AlgoritmosComJavascript.git\n```\n\nSSH is a secure protocol, but you need to register a key ssh in your github before.\n\n---\n\n## :hammer_and_wrench: Install dependencies\n\n```bash\n  yarn\n```\n\nor\n\n```bash\n  yarn install\n```\n\n## :rocket: Getting Started\n\n### ***To run the solutions:***\n\n- To run convertToFahrenheit\n\n```bash\n  yarn convertToFahrenheit\n```\n\n- To run evenNumbersUpToOneHundred\n\n```bash\n  yarn evenNumbersUpToOneHundred\n```\n\n- To run fizzbuzz\n\n```bash\n  yarn fizzbuzz\n```\n\n- To run reverseString\n\n```bash\n  yarn reverseString\n```\n\n- To run schoolSituation\n\n```bash\n  yarn schoolSituation\n```\n\n# :computer: Techs\n\n- JavaScript\n- Nodejs\n- Readline sync\n\n---\n\n# :bust_in_silhouette: Author\n\n**LeoMSSilva**\n\n- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)\n- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)\n\n---\n\n# :handshake: Contributing\n\nContributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [Algoritmos Com Javascript](https://github.com/LeoMSSilva/AlgoritmosComJavascript/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!\n\n---\n\n# :scroll: License\n\nCopyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).\n\u003cbr/\u003e\nThis project is [MIT](https://github.com/LeoMSSilva/exercises/blob/main/LICENSE) licensed.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomssilva%2Falgorithmsinjavascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleomssilva%2Falgorithmsinjavascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleomssilva%2Falgorithmsinjavascript/lists"}