Humaid Alqasimi

< Go back

WhatsMorse

Clone with HTTPS: https://git.sr.ht/~humaid/whatsmorse

Written in Go, licensed under the MIT license

Project URL: https://morse.hmksq.ae

Mailing list: ~humaid/general@lists.sr.ht (subscribe, archive)

pkg.go.dev reference builds.sr.ht status

1. Description

A screenshot of WhatsMorse page, showing a telegraph line ID and part of the transmittor form

WhatsMorse is a web messaging application which translates all your messages to morse code written in a two hour “Stupid” Hackathon by Transcend in January of 2018. The goal of the hackathon was to create something useless (can be anything, not limited to computer software).

The web app can be accessed from the URL of the project above.

2. Requirements

The following packages must be installed on your system.

3. Copying and contributing

This program is written by Humaid AlQassimi, and is distributed under the MIT license.

4. Download and install

$ go get -u git.sr.ht/~humaid/whatsmorse
$ go install git.sr.ht/~humaid/whatsmorse

5. Usage

To run the web app, $PORT must be set in the enviornment.

$ export PORT=8080
$ whatsmorse

The web app will be accessible at http://localhost:8080.