forked from Carnavos/musichistory-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
allsongs.json
54 lines (54 loc) · 1.39 KB
/
allsongs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"songs": [
{
"title": "Tennessee Whiskey",
"artist": "Chris Stapleton",
"album": "Traveler"
},
{
"title": "Legs",
"artist": "ZZ Top",
"album": "Eliminator"
},
{
"title": "The Logical Song",
"artist": "SuperTramp",
"album": "Breakfast in America"
},
{
"title": "Welcome to the Jungle",
"artist": "Guns & Roses",
"album": "Appetite for Destruction"
},
{
"title": "Ironic",
"artist": "Alanis Morisette",
"album": "Jagged Little Pill"
},
{
"title": "Young as the Morning, Old as the Sea",
"artist": "Passenger",
"album": "Young as the Morning, Old as the Sea"
},
{
"title": "Do it Anyway",
"artist": "Ben Folds Five",
"album": "Sound of the Life of the Mind"
},
{
"title": "24",
"artist": "Switchfoot",
"album": "The Beautiful Leftdown"
},
{
"title": "Lick My Love Pump",
"artist": "Spinal Tap",
"album": "Smell the Glove"
},
{
"title": "Title 1",
"artist": "artist 1",
"album": "album1"
}
]
}