Created
July 28, 2021 10:07
-
-
Save Charlie-robin/62051e8173014a109d5011967dc64d43 to your computer and use it in GitHub Desktop.
Beatles Data from the AudionDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const artist = { | |
idArtist: "111247", | |
strArtist: "The Beatles", | |
strArtistAlternate: "Beatles", | |
intFormedYear: "1957", | |
intDiedYear: "1970", | |
strDisbanded: "Yes", | |
strStyle: "Rock/Pop", | |
strGenre: "Rock", | |
strMood: "Happy", | |
intMembers: "4", | |
strCountry: "Liverpool, England", | |
strCountryCode: "GB", | |
strArtistThumb: "https://www.theaudiodb.com/images/media/artist/thumb/qpvwuv1347996168.jpg", | |
strArtistLogo: "https://www.theaudiodb.com/images/media/artist/logo/sqtvqw1519816358.png", | |
strArtistClearart: "https://www.theaudiodb.com/images/media/artist/clearart/rrywwv1512575176.png", | |
strArtistWideThumb: "https://www.theaudiodb.com/images/media/artist/widethumb/styrrt1518621883.jpg", | |
strArtistFanart: "https://www.theaudiodb.com/images/media/artist/fanart/xrqqqu1541458809.jpg", | |
strArtistFanart2: "https://www.theaudiodb.com/images/media/artist/fanart/sssrqr1341917298.jpg", | |
strArtistFanart3: "https://www.theaudiodb.com/images/media/artist/fanart/wwvtpp1341917310.jpg", | |
strArtistFanart4: "https://www.theaudiodb.com/images/media/artist/fanart/b6zl6c1613120079.jpg", | |
strArtistBanner: "https://www.theaudiodb.com/images/media/artist/banner/utwpss1346162520.jpg", | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment