-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmydata.json
More file actions
executable file
·123 lines (123 loc) · 3.02 KB
/
Copy pathmydata.json
File metadata and controls
executable file
·123 lines (123 loc) · 3.02 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"items": [
{
"song": "Where Ya At (feat. Drake)",
"location": {"lat":40.7453286, "lon":-73.9855151},
"artist": "Future",
"key": "t67143036",
"mood": "walking"
},
{
"song": "Weekend (feat. Miguel)",
"location": {"lat":40.74538, "lon":-73.9859},
"artist": "Mac Miller",
"key": "t69223631",
"mood": "striding"
},
{
"song": "Let it be",
"location": {"lat":40.74535, "lon":-73.983},
"artist": "The Beatles",
"key": "t41904969",
"mood": "lounging"
},
{
"song": "Coin - Lately",
"location": {"lat":40.74353417699335, "lon":-73.98458361625671},
"artist": "Coin",
"key": "t41904969",
"mood": "rushing"
},
{
"song": "Look Me in the Face",
"location": {"lat":40.7453296, "lon":-73.985575},
"artist": "Jerk Circus",
"key": "t41904969",
"mood": "lounging"
},
{
"song": "Hotline Bling",
"location": {"lat":40.74548, "lon":-73.9859},
"artist": "Drake",
"key": "t67821878",
"mood": "rushing"
},
{
"song": "Stitches",
"location": {"lat":40.74535, "lon":-73.9851},
"artist": "Shawn Mendes",
"key": "t63745991",
"mood": "walking"
},
{
"song": "What Do You Mean?",
"location": {"lat":40.74538, "lon":-73.9859},
"artist": "Justin Bieber",
"key": "t68618007",
"mood": "striding"
},
{
"song": "Good For You",
"location": {"lat":40.74335, "lon":-73.9801},
"artist": "Selena Gomez",
"key": "t66136860",
"mood": "lounging"
},
{
"song": "Lifeless",
"location": {"lat":40.74638, "lon":-73.9849},
"artist": "Draenor",
"key": "t69405066",
"mood": "lounging"
},
{
"song": "On My Mind",
"location": {"lat":40.74353417699335, "lon":-73.98458361625671},
"artist": "Ellie Goulding",
"key": "t69271072",
"mood": "strolling"
},
{
"song": "The Hills",
"location": {"lat":40.74735, "lon":-73.983},
"artist": "The Weeknd",
"key": "t68552037",
"mood": "walking"
},
{
"song": "Infinity",
"location": {"lat":40.74568, "lon":-73.9821},
"artist": "One Direction",
"key": "t69563849",
"mood": "striding"
},
{
"song": "Back To Back",
"location": {"lat":40.74515, "lon":-73.987},
"artist": "Drake",
"key": "t67820642",
"mood": "rushing"
},
{
"song": "Gibraltar",
"location": {"lat":40.74353417621, "lon":-73.9845836},
"artist": "Beirut",
"key": "t69018982",
"mood": "strolling"
},
{
"song": "Honeymoon",
"location": {"lat":40.7453286, "lon":-73.9855151},
"artist": "Lana Del Rey",
"key": "t69204225",
"mood": "rushing"
},
{
"song": "Blank Space",
"location": {"lat":40.74353417699335, "lon":-73.98458361625671},
"artist": "Ryan Adams",
"key": "t69393056",
"mood": "strolling"
}
]
}