The Ruby-based Morse Decoder is a handy utility designed to transform Morse code into easily readable text. By taking a string of Morse code as input, this tool facilitates communication using a combination of dots and dashes to represent letters, numbers, and symbols.
Stars
18
Forks
0
Watchers
18
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
5
commits
Merge pull request #1 from ab-noori/Decode-a-Morse-code
98f787eView on GitHubCreate the MorseDecoder class and add the MORSE_CODE dictionary.
6c67468View on GitHub