-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteachers.json
113 lines (112 loc) · 2.66 KB
/
teachers.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
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
[
{
"name": "Alizee A.",
"username": "yellowmeercat138",
"img": "https://randomuser.me/api/portraits/women/18.jpg",
"subj": ["Math", "Science", "English"],
"Lat": 47.6138333,
"Lng": -122.3263265,
"date": "Sunday",
"loc": "Tully's Coffee",
"dist": 0.3
},
{
"name": "Anni S.",
"username": "beautifulpeacock749",
"img": "https://randomuser.me/api/portraits/women/61.jpg",
"subj": ["Geology", "Technology","computer science"],
"Lat": 47.6093364,
"Lng": -122.3280238,
"date": "Monday",
"loc": "Sugar Bakery & Cafe",
"dist": 0.1
},
{
"name": "Eden D.",
"username": "tinygoose706",
"img": "https://randomuser.me/api/portraits/women/41.jpg",
"subj": ["Music","Arts"],
"Lat": 47.6093364,
"Lng": -122.3345898,
"date": "Tuesday",
"loc": "Peet's Coffee & Tea",
"dist": 0.2
},
{
"name": "Zoe C.",
"username": "smallmeercat885",
"img": "https://randomuser.me/api/portraits/women/54.jpg",
"subj": ["Math", "Science", "English"],
"Lat": 47.6085471,
"Lng": -122.3432501,
"date": "Wednesday",
"loc": "Chatterbox Cafe",
"dist": 0.6
},
{
"name": "Mathis K.",
"username": "brownleopard667",
"img": "https://randomuser.me/api/portraits/men/43.jpg",
"subj": ["history", "geography","Economics"],
"Lat": 47.6074692,
"Lng": -122.3623953,
"date": "Thursday",
"loc": "Ambrosia Cafe",
"dist": 0.9
},
{
"name": "Britney F.",
"username": "blackgoose337",
"img": "https://randomuser.me/api/portraits/women/42.jpg",
"subj": ["Geology", "Technology","computer science"],
"Lat": 47.6019113,
"Lng": -122.3314294,
"date": "Friday",
"loc": "HardWok Cafe",
"dist": 1
},
{
"name": "Mila C.",
"username": "bigrabbit400",
"img": "https://randomuser.me/api/portraits/women/47.jpg",
"subj": ["history", "geography","Economics"],
"Lat": 47.6171526,
"Lng": -122.3353294,
"date": "Saturday",
"loc": "Row House Cafe",
"dist": 2.1
},
{
"name": "Maël C.",
"username": "yellowgoose211",
"img": "https://randomuser.me/api/portraits/men/17.jpg",
"subj": ["Music","Arts"],
"Lat": 47.6081826,
"Lng": -122.3381877,
"date": "Sunday",
"loc": "Regent Bakery & Cafe",
"dist": 0.9
},
{
"name": "Toivo H.",
"username": "purplepeacock973",
"img": "https://randomuser.me/api/portraits/men/33.jpg",
"subj": ["Math", "Science", "English"],
"Lat": 47.6152231,
"Lng": -122.3283525,
"date": "Monday",
"loc": "Cafe Solstice",
"dist": 1.4
},
{
"name": "Scarlett C.",
"username": "tinyfish831",
"img": "https://randomuser.me/api/portraits/women/29.jpg",
"subj": ["history", "geography","Economics"],
"Lat": 47.6145232,
"Lng": -122.3325162,
"date": "Tuesday",
"loc": "Starbucks",
"dist":1
}
]