Compare commits
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ import Control.Monad (forM_)
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
let username = "your user"
|
let username = "h4shirama"
|
||||||
apiKey = "your key"
|
apiKey = "dcf893bc386af9044e505e5b78531573"
|
||||||
putStrLn $ "Fetching artists for " ++ username ++ "..."
|
putStrLn $ "Fetching artists for " ++ username ++ "..."
|
||||||
result <- fetchArtists apiKey username
|
result <- fetchArtists apiKey username
|
||||||
case result of
|
case result of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue