An open API service indexing awesome lists of open source software.

https://github.com/jblond/maas

A demo project for https://github.com/JBlond/morse Text generation and wav file generation of Morse code.
https://github.com/jblond/maas

frontend gui morse-code php wav

Last synced: 4 months ago
JSON representation

A demo project for https://github.com/JBlond/morse Text generation and wav file generation of Morse code.

Awesome Lists containing this project

README

          

# MaaS (Morse as a Service)

A demo project for [JBlond/morse](https://github.com/JBlond/morse)

Text generation and wav file generation of Morse code.

![screenshot](001.png)

## run

```bash
docker compose up -d
docker exec -it maas-php bash
composer update --no-dev
```