Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoccyy/morseley
Morseley is a lightweight node package made to easily encode and decode morse-code
https://github.com/hoccyy/morseley
encoder-decoder encryption encryption-decryption jest morse-code morse-code-translator morse-translator node nodejs npm
Last synced: 2 months ago
JSON representation
Morseley is a lightweight node package made to easily encode and decode morse-code
- Host: GitHub
- URL: https://github.com/hoccyy/morseley
- Owner: Hoccyy
- Created: 2024-07-23T21:14:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T01:58:39.000Z (6 months ago)
- Last Synced: 2024-11-11T14:45:31.538Z (2 months ago)
- Topics: encoder-decoder, encryption, encryption-decryption, jest, morse-code, morse-code-translator, morse-translator, node, nodejs, npm
- Language: HTML
- Homepage: https://www.npmjs.com/package/morseley
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morseley
### Morseley is a lightweight node package that encodes and decodes morse-code.
### Installation
``` npm install morseley ```### Usage
``` var message = encodeMorse('Test'); ```
### Tools used
- JavaScript
- Jest