Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```