Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f2prateek/bee
Print the spelling alphabet of a word.
https://github.com/f2prateek/bee
Last synced: about 1 month ago
JSON representation
Print the spelling alphabet of a word.
- Host: GitHub
- URL: https://github.com/f2prateek/bee
- Owner: f2prateek
- Created: 2015-08-02T04:42:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T23:23:00.000Z (about 9 years ago)
- Last Synced: 2023-03-24T08:21:46.025Z (over 1 year ago)
- Language: Go
- Homepage: https://en.wikipedia.org/wiki/Spelling_alphabet
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bee
===Tool to print the [spelling alphabet](https://en.wikipedia.org/wiki/Spelling_alphabet) of a word.
Installation
============`go get github.com/f2prateek/bee`
Usage
=====
```
bee foo bar// Output:
// Foxtrot Oscar Oscar
// Bravo Alfa Romeo
```