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

12 lines
223 B
Crystal

# Spotify API interactions
# GET
# POST
# Need to read deep into the API and make it the most user friendly possible.
module API_Spotify
VERSION = "0.1.0"
# TODO: Put your code here
print("Hello world")
end