1.0.10 • Published 5 months ago

morsee v1.0.10

Weekly downloads
55
License
MIT
Repository
github
Last release
5 months ago

Morsee

is an encoder decoder of morse code written in javascript without dependencies

Installation

npm

$ npm install morsee --save

yarn

$ yarn add morsee

Usage

const { encode, decode } = require('morsee');

const encoded = encode('hello world');
// .... . .-.. .-.. ---     .-- --- .-. .-.. -..

const decoded = decode('.... . .-.. .-.. --- / .-- --- .-. .-.. -..');
// hello world

License

The MIT License (MIT). Please see License File for more information.

1.0.10

5 months ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago