Ruby Morse Code Message is a basic programming operations repo to solve basic coding challenges using Ruby. It consists a script that can provide uppercase translations for words in Morse Code.
Server
- Morse Code Translation to Uppercase words and sentence
To get a local copy up and running, follow these steps.
In order to run this project you need:
- To setup your invironment using WSL (Windows Subsystem For Linux) follow here
- You can also follow Ruby Interpreter
- Setup Development Environment
- RubyGems: Verify by running
gem --version
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/porag-m06/Ruby-Morse-code-message.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails test test/models/article_test.rb
Developed by:
- GitHub: @porag-m06
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
As a tech enthusiast, your support is always appreciated. If you like this project please do let me know with your support in any way you see fit.
I would like to thank Microverse for this project's info & guidelines.
-
Can I fork this project?
- Yes, feel free to fork and knock yourself out :) .
-
Can I share this project with others?
- Yes, you can share this project for any educational purposes.
This project is MIT licensed.