Skip to content

frederikgoebel/ditdah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

−·· ·· − −·· ·− ····

ditdah is an online telegraph key emulator to generate morse code.

Currently it features the following modes:

  • morse code to letters
  • letters to morse code

Rigth now only a dual-lever paddle with fixed timing is emulated. Use the . and the - keys for input.

A live version can be found here.

Development

# Install dependencies
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Lints and fixes files
npm run lint