Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 947 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 947 Bytes

Morse Cat

Morse Cat is yet another Morse code training tool. But this one is special. And not just because it’s relying on the appeal of cats to draw your attention. It is special because it gives you immediate feedback when you make a mistake.

This project relies on on jscwlib to actually produce sounds. This is the JavaScript library that powers LCWO.

Supported languages: English, French, Japanese, Spanish, Catalan, Mandarin, Hindi, Arabic (RTL), Bengali, Portuguese, Russian, Urdu (RTL).

Install dependencies

There are no runtime dependencies, but for development dependencies, do:

$ npm ci
$ ls node_modules
@biomejs  typescript

Lint

$ npm run lint

Build

$ :

Run

$ x-www-browser src/index.html