https://github.com/brentgreeff/morse_code
Converts text into morse code & obfuscates it.
https://github.com/brentgreeff/morse_code
ruby
Last synced: 8 months ago
JSON representation
Converts text into morse code & obfuscates it.
- Host: GitHub
- URL: https://github.com/brentgreeff/morse_code
- Owner: brentgreeff
- Created: 2019-12-17T01:42:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T16:51:52.000Z (over 2 years ago)
- Last Synced: 2025-06-03T21:18:21.723Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse Code
## Install
```
rvm install 2.6.3
gem install bundler
bundle
```
## Run specs
Guard will run the corresponding spec when the file-under-test is saved.
`bundle exec guard`
- to run the guard server
press [enter] to run all specs.
## Run the script
### Output to file
- ./morse -f example/message.txt
- ./morse -m $'HELLO\nI AM IN TROUBLE'