1.0.0 • Published 2 years ago

morse-code-amilkar v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Morse encode and decode

This package uses a morse code dictionary using the symbols dot ( . ) and underscore ( _ ).

Contains the English alphabet and the numbers 0,1,2,3,4,5,6,7,8,9 and and space character.

Usage

const morse = require('./morse');

console.log(morse.encode('Nodejs is awasome'));
console.log(morse.decode('._ _... _._.'));

License

MIT