playper/src/swapper.cr
2023-01-14 19:50:04 -06:00

9 lines
309 B
Crystal

# Actual swaping of playlist from one format to another
# Different cases for different hosts
# Make use of the metadata class for concurrency
class Swapper
extend Reader_Input
reader = Reader_Input.cli_input
puts "The Beatles are singing: #{"🎵#{reader.lyrics}🎶🎸🥁".colorize.mode(:blink)}"
end