morse-code-amilkar
v1.0.0
Published
This package uses a morse code dictionary using the symbols dot ( **.** ) and underscore ( **_** ).
Downloads
3
Readme
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('._ _... _._.'));