# sandi-morse

> Sandi Morse

Latest version **1.0.7** (published 2023-10-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install sandi-morse
pnpm add sandi-morse
yarn add sandi-morse
bun add sandi-morse
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2023-10-25 |
| First published | 2023-10-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Rendi Hendra Syahputra |
| Maintainers | rendi_hndr |
| Keywords | sandi, sandi-morse, morse, morse-converter |

## Links

- npm: https://www.npmjs.com/package/sandi-morse
- Repository: https://github.com/babe25/Kode-Morse
- Homepage: https://github.com/babe25/Kode-Morse#readme
- Issues: https://github.com/babe25/Kode-Morse/issues
- npm.io page: https://npm.io/package/sandi-morse

## Recent versions

- 1.0.7 (latest) — 2023-10-25
- 1.0.6 — 2023-10-25
- 1.0.5 — 2023-10-25
- 1.0.4 — 2023-10-25
- 1.0.3 — 2023-10-25
- 1.0.2 — 2023-10-25
- 1.0.1 — 2023-10-25
- 1.0.0 — 2023-10-25

## README

## Installation

```sh
npm install --save sandi-morse
```

## Usage

```js
import { encode, decode } from "sandi-morse";

// Sandi Morse ke Alfabet
const sandi_morse = encode(".... . .-.. .-.. --- * .-- --- .-. .-.. -..");
console.log(sandi_morse); // "hello world"

// Alfabet ke Sandi Morse
const hello = decode("hello world");
console.log(hello); // ".... . .-.. .-.. --- * .-- --- .-. .-.. -.."
```

## Symbol

```

"*" = Space

```

---
_Source: https://npm.io/package/sandi-morse · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
