Skip to content

Instantly share code, notes, and snippets.

@Ciwan1859
Last active June 27, 2017 09:50
Show Gist options
  • Save Ciwan1859/2677598e9a06dde5f1ab99b19a75feb6 to your computer and use it in GitHub Desktop.
Save Ciwan1859/2677598e9a06dde5f1ab99b19a75feb6 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "Muddy Waters",
"image": "/img/muddy-waters.jpg",
"friendlyUrl": "muddy-waters",
"lyrics": [
{
"title": "Hoochie Coochie Man",
"urlFriendlyTitle": "hoochie-coochie-man",
"body": "The gypsy woman told my mother\nBefore I was born\nI got a boy-childs coming\nHe\"s gonna be a son-of-a-gun\nHe\"s gonna make pretty women\"s\nJump and shout\nThen the world gonna know\nWhat this all about\nDon\"t you know I\"m here\nEverybody knows I\"m here\nWell, you know I\"m the hoochie-coochie man\nEverybody knows I\"m her",
"hearts": 1
}
]
},
{
"id": 2,
"name": "BB King",
"image": "/img/bb-king.jpg",
"friendlyUrl": "bb-king",
"lyrics": [
{
"title": "Please Love Me",
"urlFriendlyTitle": "please-love-me",
"body": "I've been in love with you baby\nHoney before I learned to call your name\nYes, I was in love with you baby\nHoney before I learned to call your name\nYeah, the way you treatin' me baby\nHoney you gonna drive old me insane\n\nYeah, you know I love you\nI'll do anything you tell me to\nYeah, you know I love you baby\nAnd I'll do anything you tell me to\nWell there's nothing in this world baby\nHoney that I wouldn't do for you",
"hearts": 1
}
]
},
{
"id": 3,
"name": "John Lee Hooker",
"image": "/img/john-lee-hooker.jpg",
"friendlyUrl": "john-lee-hooker",
"lyrics": []
},
{
"id": 4,
"name": "Ella Fitzgerald",
"image": "/img/ella-fitzgerald.jpg",
"friendlyUrl": "ella-fitgerald",
"lyrics": []
},
{
"id": 5,
"name": "Billie Holiday",
"image": "/img/billie-holiday.jpg",
"friendlyUrl": "billie-holiday",
"lyrics": []
},
{
"id": 6,
"name": "Howlin' Wolf",
"image": "/img/howlin-wolf.jpg",
"friendlyUrl": "howlin-wolf",
"lyrics": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment