https://github.com/pointless-code/alpha-bravo
Transform your text into the cool NATO phonetic alphabet!
https://github.com/pointless-code/alpha-bravo
code converter dev docker funny nato-phonetic-alphabet pointless
Last synced: 3 months ago
JSON representation
Transform your text into the cool NATO phonetic alphabet!
- Host: GitHub
- URL: https://github.com/pointless-code/alpha-bravo
- Owner: pointless-code
- License: mit
- Created: 2024-07-04T22:06:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:42:00.000Z (9 months ago)
- Last Synced: 2025-01-14T11:57:35.875Z (4 months ago)
- Topics: code, converter, dev, docker, funny, nato-phonetic-alphabet, pointless
- Language: Python
- Homepage: https://hub.docker.com/r/pointlesscode/alpha-bravo
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## About AlphaBravo
Transform your text into the cool NATO phonetic alphabet!
## Pull from docker
```bash
docker pull pointlesscode/alpha-bravo:latest
docker run --rm pointlesscode/alpha-bravo 'Hello World'
```## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker build -t alpha-bravo .
docker run --rm alpha-bravo 'Hello World'
```## Social
.less
GitHub
DockerHub## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).