Compare commits

...

View file

@ -5,8 +5,8 @@ import Control.Monad (forM_)
main :: IO ()
main = do
let username = "your user"
apiKey = "your key"
let username = "h4shirama"
apiKey = "dcf893bc386af9044e505e5b78531573"
putStrLn $ "Fetching artists for " ++ username ++ "..."
result <- fetchArtists apiKey username
case result of