Created
December 13, 2019 19:02
-
-
Save richimf/5e12d28e5a4cec4a67b0715d208d33c8 to your computer and use it in GitHub Desktop.
albums json
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
[ | |
{ | |
"album": "Dark side of the moon", | |
"year": "1927", | |
"cover": "https://upload.wikimedia.org/wikipedia/en/3/3b/Dark_Side_of_the_Moon.png", | |
"genre": "Pop" | |
}, | |
{ | |
"album": "Love letters", | |
"year": "2014", | |
"cover": "https://upload.wikimedia.org/wikipedia/en/1/15/Metronomy-Love-Letters.jpg", | |
"genre": "Pop" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment