1.0.3 ā€¢ Published 1 year ago

dh-text-to-morse-converter v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Welcome to dh-text-to-morse-converter šŸ˜ŽšŸ˜“

Version License: ISC

This is a converter text to morse code,a task corresponding to the web frontend technologies module

Url

https://www.npmjs.com/package/dh-text-to-morse-converter

Install

npm i dh-text-to-morse-converter

Usage

Before install, create a new file .js and enter the next code:

let converter = require('dh-text-to-morse-converter')

let morse = converter.textToMorseCode("hello world")
console.log(morse)

let text = converter.morseCodeToText(".... . .-.. .-.. --- / .-- --- .-. .-.. -..")
console.log(text)

Run tests

npm run test

Author

šŸ‘¤ Gustavo Gabriel Lazarte Mamani

  • Website: Gustavo Lazarte

Show your support

Please contact to : gustucapo@gmail.com for add new morse code to the dictionary and do more complete this library


1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago