morsedecoder-aspeti
v2.0.2
Published
This is a library to code an decoder morsecode
Downloads
2
Readme
Morse Code and Decoder
This library is to code an decoder morsecode
Installation
Use the following command to install the library
npm i morsedecoder-aspeti
Usage
const morse = require('morsedecoder-aspeti');
# returns '.... . .-.. .-.. --- / .-- --- .-. .-.. -..'
morse.coder('hello world'));
# returns 'NODEJS'
morse.decoder('-. --- -.. . .--- ...');