Skip to content

Morse code encoder/decoder written in typescript

Notifications You must be signed in to change notification settings

mvukic/morse-code

Repository files navigation

morse

Node.js CI

Morse code encoder/decoder written in Typescript.

Usage:

node morse --help

Build:

yarn build

Build and run:

yarn build:run [arguments]

Run using ts-node:

yarn run-file [arguments]

Test:

yarn test

Try it on sample data

yarn run-file -op encode -if ./data/input.txt -of ./data/encoded.txt
yarn run-file -op decode -if ./data/encoded.txt -of ./data/decoded.txt

About

Morse code encoder/decoder written in typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published