Skip to content

Instantly share code, notes, and snippets.

@richimf
Created December 13, 2019 19:02
Show Gist options
  • Save richimf/5e12d28e5a4cec4a67b0715d208d33c8 to your computer and use it in GitHub Desktop.
Save richimf/5e12d28e5a4cec4a67b0715d208d33c8 to your computer and use it in GitHub Desktop.
albums json
[
{
"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