2.0.2 • Published 2 years ago

morsedecoder-aspeti v2.0.2

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

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('-. --- -.. . .--- ...');

Link

Click here to view packages

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago