-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmockdata
170 lines (168 loc) · 4.74 KB
/
mockdata
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"_id" : ObjectId("5872d0443d940b29e1998a31"),
"id" : 2,
"name" : "Matt",
"imgsrc" : "https://avatars.githubusercontent.com/u/15671295?v=3",
"cohort" : "1608",
"program" : "Front End",
"path" : [
{
"desc" : "Home!",
"type" : "hometown",
"lon" : -77.590276,
"lat" : 42.952286,
"state" : "NY",
"city" : "Honeoye Falls, NY",
"name" : "Honeoye Falls, NY"
},
{
"desc" : "studied finance",
"type" : "education",
"lon" : -76.501881,
"lat" : 42.443961,
"state" : "NY",
"city" : "Ithaca, NY",
"name" : "Ithaca College"
},
{
"name" : "Binghamton University",
"city" : "Binghamton, NY",
"state" : "NY",
"lat" : 42.098687,
"lon" : -75.917974,
"type" : "education",
"desc" : "studied engineering"
},
{
"name" : "Controls Enginer",
"city" : "Rochester, NY",
"state" : "NY",
"lat" : 43.16103,
"lon" : -77.610922,
"type" : "work",
"desc" : "built robots and shit with engineering"
},
{
"name" : "Turing",
"city" : "Denver",
"state" : "CO",
"lat" : 39.739236,
"lon" : -104.990251,
"type" : "school",
"desc" : "Studying Front end Engineering"
}
],
"__v" : 0
}
{
"_id" : ObjectId("5872d0443d940b29e2998a31"),
"id" : 2,
"name" : "Pug",
"imgsrc" : "https://media1.popsugar-assets.com/files/thumbor/OtIfETSQGSQc79lNtyZBoBhUGVk/fit-in/2048xorig/filters:format_auto-!!-:strip_icc-!!-/2011/10/40/5/192/1922243/f465d91fe46edfd0_3/i/Source-Flickr-User-Pug-Father.jpg",
"cohort" : "1610",
"program" : "Back End",
"path" : [
{
"desc" : "Home!",
"type" : "hometown",
"lon" : -72.855947,
"lat" : 44.112005,
"state" : "VT",
"city" : "Warren, VT",
"name" : "Sugarbush, VT"
},
{
"desc" : "Hit the Beach babes",
"type" : "education",
"lon" : -80.19179,
"lat" : 25.76168,
"state" : "FL",
"city" : "Miami FL",
"name" : "Beach Babe University"
},
{
"name" : "Los Angeles!!! yeah baby",
"city" : "Los Angeles, CA",
"state" : "CA",
"lat" : 34.052234,
"lon" : -118.243685,
"type" : "work",
"desc" : "studied partying"
},
{
"name" : "Escaped to the cold cold north",
"city" : "Bozeman, MT",
"state" : "MT",
"lat" : 45.676998,
"lon" : -111.042934,
"type" : "work",
"desc" : "got real cold"
},
{
"name" : "Turing",
"city" : "Denver",
"state" : "CO",
"lat" : 39.739236,
"lon" : -104.990251,
"type" : "school",
"desc" : "Studying Back end Engineering"
}
],
"__v" : 0
}
{
"_id" : ObjectId("5872d0453d940b29e1998a31"),
"id" : 3,
"name" : "Jim",
"imgsrc" : "https://avatars.githubusercontent.com/u/15671295?v=3",
"cohort" : "1611",
"program" : "Front End",
"path" : [
{
"desc" : "Home!",
"type" : "hometown",
"lon" : -122.332071,
"lat" : 47.606209,
"state" : "WA",
"city" : "Seattle",
"name" : "Seattle, WA"
},
{
"desc" : "studied beer",
"type" : "education",
"lon" : -84.387982,
"lat" : 33.748995,
"state" : "GA",
"city" : "Atlanta, GA",
"name" : "University of Georgia"
},
{
"name" : "Went to work at Chrysler",
"city" : "Flint MI",
"state" : "MI",
"lat" : 43.012527,
"lon" : -83.687456,
"type" : "work",
"desc" : "worked as a boss"
},
{
"name" : "Oil Field Engineer",
"city" : "Houston, TX",
"state" : "TX",
"lat" : 29.760427,
"lon" : -95.369803,
"type" : "work",
"desc" : "extracted old dinosaurs from the ground"
},
{
"name" : "Turing",
"city" : "Denver",
"state" : "CO",
"lat" : 39.739236,
"lon" : -104.990251,
"type" : "school",
"desc" : "Studying Front end Engineering"
}
],
"__v" : 0
}