1.0.10 • Published 10 months ago

morsee v1.0.10

Weekly downloads
55
License
MIT
Repository
github
Last release
10 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

10 months ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

6 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