{"id":22530397,"url":"https://github.com/jmoseka/decode-morse-code","last_synced_at":"2025-04-09T16:04:38.777Z","repository":{"id":45587268,"uuid":"513838914","full_name":"jmoseka/decode-morse-code","owner":"jmoseka","description":"A ruby program that debugs a morse code into a normal readable language","archived":false,"fork":false,"pushed_at":"2022-07-14T18:52:28.000Z","size":47,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-09T16:04:27.482Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/jmoseka.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}},"created_at":"2022-07-14T09:30:27.000Z","updated_at":"2023-10-16T08:18:39.000Z","dependencies_parsed_at":"2022-09-22T03:01:09.738Z","dependency_job_id":null,"html_url":"https://github.com/jmoseka/decode-morse-code","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/jmoseka%2Fdecode-morse-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoseka%2Fdecode-morse-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoseka%2Fdecode-morse-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoseka%2Fdecode-morse-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmoseka","download_url":"https://codeload.github.com/jmoseka/decode-morse-code/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065290,"owners_count":21041871,"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":["ruby"],"created_at":"2024-12-07T07:23:44.355Z","updated_at":"2025-04-09T16:04:38.753Z","avatar_url":"https://github.com/jmoseka.png","language":"Ruby","readme":"# MorseCode\r\n\r\n\u003e Using Ruby to solve basic coding challenges and decode morse code.\r\n\r\n## Setup\r\n\r\n    - Install Ruby in local environment.\r\n    - Run a program using command line.\r\n\r\n## Prerequisites\r\n\r\n- Understand Ruby basic syntax\r\n- No linter errors.\r\n\r\n### Project requirements\r\n\r\n    - Create a method to decode a Morse code character, takes a string parameter, and return the corresponding character in uppercase (e.g. decode_char(\".-\") returns \"A\").\r\n\r\n    - Create a method to decode an entire word in Morse code, takes a string parameter, and return the string representation. Every character in a word will be separated by a single space (e.g. decode_word(\"-- -.--\") returns \"MY\").\r\n\r\n    - Create a method to decode the entire message in Morse code, takes a string parameter, and return the string representation. Every word will be separated by 3 spaces (e.g.\r\n\r\n        decode(\"-- -.--   -. .- -- .\")\r\n        returns \"MY NAME\").\r\n\r\n    - Make sure that your code is DRY.\r\n\r\n### Getting Started\r\n\r\nTo view the morse code;\r\n\r\n    a) Clone the project\r\n\r\n        ```terminal\r\n        git@github.com:jmoseka/decode-morse-code.git\r\n        ```\r\n    b) View the folder\r\n        - cd into the project directory\r\n\r\n            ```terminal\r\n            cd MorseCode.git\r\n            ```\r\n\r\n- **Congrats!** you can now view the queries in your local computer.\r\n\r\n## Authors\r\n\r\n## Author 1:\r\n\r\n👤 **Jamila Moseka**\r\n\r\n- GitHub: [@jmoseka](https://github.com/jmoseka)\r\n- Twitter: [@milamoseka](https://twitter.com/milamoseka)\r\n- LinkedIn: [jamila-moseka](https://linkedin.com/in/jamila-moseka)\r\n\r\n## Author 2:\r\n👤 **Brian Nyachae**\r\n\r\n- GitHub: [@githubBria222](https://github.com/Bria222)\r\n- Twitter: [@briannyachae9](https://twitter.com/briannyachae9)\r\n- LinkedIn: [Brian-Nyachae](https://linkedin.com/in/brian-nyachae)\r\n\r\n## Author 3:\r\n👤 **Hammed Adisa**\r\n\r\n- GitHub: [@AbuRayhaan](https://github.com/aburayhaan)\r\n- Twitter: [@ayinla2011](https://twitter.com/Ayinla2011)\r\n- LinkedIn: [Hammed Adisa](https://linkedin.com/in/hammed-adisa)\r\n\r\n\r\n## 🤝 Contributing\r\n\r\nContributions, issues, and feature requests are welcome!\r\n\r\nFeel free to check the [issues page](../../issues/).\r\n\r\n## Show your support\r\n\r\nGive a ⭐️ if you like this project!\r\n\r\n## Acknowledgments\r\n\r\n- Hat tip to anyone whose code was used\r\n- Inspiration\r\n- etc\r\n\r\n## 📝 License\r\n\r\nThis project is [MIT](https://github.com/jmoseka/decode-morse-code/blob/decode-morse-code/LICENSE) is licensed.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoseka%2Fdecode-morse-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmoseka%2Fdecode-morse-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoseka%2Fdecode-morse-code/lists"}