Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:42:00.000Z (5 months ago)
- Last Synced: 2024-11-14T17:28:25.761Z (2 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
![AlphaBravo](https://github.com/pointless-code/alpha-bravo/assets/18129171/3190e098-6517-405b-b489-3e9610edd080)
## 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).