Skip to content

marly/morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse

Learn morse code in your browser!

See it in action here: Link

An HTML5/Javascript rewrite of Ward Cunningham's morse teaching software:

Ward Cunningham's Morse on GitHub

Run it

$ bundle install
$ ruby app.rb

Change WPM

$ rake build_morse[wpm]  # replace wpm with words per minute

(Re)create sound files for testing at different speeds. Replace wpm with the however many words per minute you'd like. The default is 20.

$ rake                   # 20 words per minute
$ rake build_morse[10]   # 10 words per minute

TODO

  1. Abandon jQuery
  2. Save your status
  3. IE compatibility
  4. Variable wpm

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors