morsee
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/morsee package

1.0.9 • Public • Published

Morsee

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

NPM version Build Status Coverage Status Total downloads

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.

Package Sidebar

Install

npm i morsee

Weekly Downloads

25

Version

1.0.9

License

MIT

Unpacked Size

7.96 kB

Total Files

10

Last publish

Collaborators

  • gabrielfurini