This is the Morse code simulator app that is using RxJS. When you push BEEP button or hit the any key, You can receive audio feedback and convert Morse code into ASCII character in real time. Ofcourse you can also convert from ASCII into Morse code automatically when you enter any ASCII characters.
Let's try moutend.github.io/RxMorse
Or, you can try the playground on your machine.
% git clone -b gh-pages https://github.com/moutend/RxMorse.git
% cd ./RxMorse
% mkdir -p vendor/bundle
% bundle install --path vendor/bundle
% bundle exec jekyll server
Requirements:
- Node 0.12
- Ruby 2.1
- bundler
- Convert from ASCII/Morse code to Morse code/ASCII in real time
- Morse code playback
- Audio Feedback
- Add the settings pane
MIT