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

https://github.com/jasminemlewis/spell-it-out

Spell It Out, a Ruby program, takes a name from a user and spell it out both horizontally and vertically.
https://github.com/jasminemlewis/spell-it-out

ruby spelling

Last synced: 8 months ago
JSON representation

Spell It Out, a Ruby program, takes a name from a user and spell it out both horizontally and vertically.

Awesome Lists containing this project

README

          

# Spell It Out

Spell It Out, takes a name (or any word, really), and spells it out, one letter at a time (horizontally). Then have the name/word spelled out in one line (vertically), but with commas between each letter (but not after the last letter).

# Technology Used
BackEnd

Ruby, Procedural