Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madjava/morse-code-translator
Converts short English words to Morse code and vice versa
https://github.com/madjava/morse-code-translator
Last synced: about 2 months ago
JSON representation
Converts short English words to Morse code and vice versa
- Host: GitHub
- URL: https://github.com/madjava/morse-code-translator
- Owner: madjava
- Created: 2019-12-28T15:12:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:49:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T06:22:36.884Z (almost 2 years ago)
- Language: JavaScript
- Size: 584 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morse Code Translator
This small project was built just for fun. It takes in text input from the user and converts it to morse code. If it can't process the input it prints out an error message instead.
## Setup
After checking out or downloading the project, run
```bash
npm install
```Once the installation is complete, start the application by running
```bash
npm start
```## Tests
To run all test suites run
```bash
npm test
```