Skip to content

JoshuaCarroll/MorseJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MorseJs - A javascript object to play Morse Code

There are many so-called "Morse Code translators" across the Internet. However most of them have the same flaw: Morse Code is not meant to be a written language, rather it is an audible language. This library or object or whatever you want to call it can be used to fill that gap.

Usage

Simply include the script on your web page, then execute the object in one of the methods shown here:

MorseJs.Play(string TextToSend, [int SpeedInWordsPerMinute, int ToneFrequency]);             
MorseJs.Play("cq cq de n5jlc k");                                                            
MorseJs.Play("cq cq de n5jlc k", 25);                                                        
MorseJs.Play("cq cq de n5jlc k", 25, 500); 

Contributing

Contributions to this project can be made by using the program and providing feedback or by assisting in the programming and submitting pull requests. In either case, please read the contributing page for instructions.