-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
175 lines (174 loc) · 5.13 KB
/
data.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
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
171
172
173
174
[
{
"name": "All",
"aka": [],
"products": [
{
"name": "Amazon Prime",
"price": "free",
"duration": "1 year",
"url": "http://www.amazon.com/b/ref=tb_surl_astudent/?node=668781011",
"tags": ["books", "shopping"]
},
{
"name": "Netflix",
"price": "free",
"duration": "1 month",
"url": "http://www.savethestudent.org/student-discounts/netflix.html",
"tags": ["entertainment", "movies"]
},
{
"name": "Spotify Premium",
"duration": "forever",
"price": "discount",
"url": "https://www.spotify.com/us/student/",
"tags": ["entertainment", "music"]
},
{
"name": "Norton Antivirus",
"price": "discount",
"duration": "forever",
"url": "http://us.norton.com/norton-students/",
"tags": ["security", "software"]
},
{
"name": "Adobe Creative Cloud",
"price": "discount",
"duration": "forever",
"url": "http://www.adobe.com/creativecloud/buy/students.html",
"tags": ["art", "photography", "software"]
},
{
"name": "Club Monaco",
"price": "discount",
"duration": "forever",
"url": "http://www.clubmonaco.com/category/index.jsp?categoryId=12724041",
"tags": ["clothing", "apparel"]
},
{
"name": "Apple Mac & iPad",
"price": "discount",
"duration": "forever",
"url": "http://store.apple.com/us/browse/campaigns/education_pricing",
"tags": ["computer", "tech"]
},
{
"name": "AMC Cinema",
"price": "discount",
"duration": "forever",
"url": "https://www.amctheatres.com/offers",
"tags": ["movies", "entertainment"]
},
{
"name": "Cinemark",
"price": "discount",
"duration": "forever",
"url": "http://www.cinemark.com/discounts-student-discounts",
"tags": ["movies", "entertainment"]
},
{
"name": "General Motors",
"price": "discount",
"duration": "forever",
"url": "https://www.gmcollegediscount.com/",
"tags": ["car", "transportation"]
},
{
"name": "Coach USA",
"price": "discount",
"duration": "forever",
"url": "http://www.coachusa.com/info/shortline/gc/coach.ss.tickets.item4.content.asp",
"tags": ["transportation"]
},
{
"name": "Eurail",
"price": "discount",
"duration": "forever",
"url": "http://www.eurail.com/eurail-passes/deals-discounts/youth-discounts",
"tags": ["transportation"]
},
{
"name": "Geico",
"price": "discount",
"duration": "forever",
"url": "https://www.geico.com/information/discounts/student-discounts/",
"tags": ["car", "insurance", "transportation"]
},
{
"name": "Sam's Club",
"price": "discount",
"duration": "forever",
"url": "http://www.samsclub.com/sams/pagedetails/content.jsp?pageName=compareMembershipBenefitsColl",
"tags": ["shopping", "groceries"]
},
{
"name": "New York Times",
"price": "discount",
"duration": "forever",
"url": "http://homedelivery.nytimes.com/HDS/StudentHome.do?mode=studHome",
"tags": ["news", "books", "magazines"]
},
{
"name": "Ann Taylor",
"price": "discount",
"duration": "forever",
"url": "http://www.anntaylor.com/ann-style-for-students-lp/cat50006",
"tags": ["apparel", "clothing"]
},
{
"name": "J. Crew",
"price": "discount",
"duration": "forever",
"url": "https://www.jcrew.com/help/teacher_student_discount.jsp",
"tags": ["clothing", "apparel"]
},
{
"name": "Levi's Jeans",
"price": "discount",
"duration": "forever",
"url": "http://us.levi.com/shop/index.jsp?categoryId=23491066",
"tags": ["clothing", "apparel"]
}
]
},
{
"name": "William & Mary",
"aka": ["w&m", "wm"],
"products": [
{
"name": "Microsoft Office",
"price": "free",
"duration": "forever",
"url": "http://www.wm.edu/offices/it/services/software/licensedsoftware/officeproductivity/officestudents/index.php",
"tags": ["tech", "education", "software"]
},
{
"name": "Matlab",
"price": "free",
"duration": "forever",
"url": "http://www.wm.edu/offices/it/services/software/licensedsoftware/mathstats/matlabfac/index.php",
"tags": ["math", "software"]
},
{
"name": "The Campus Shop",
"price": "discount",
"duration": "forever",
"url": "http://www.williamsburgsouvenirco.com/",
"tags": ["clothing", "apparel", "school spirit"]
}
]
},
{
"name": "Virginia Commonwealth University",
"aka": ["VCU"],
"products": [
{
"name": "Microsoft Office 365",
"price": "discount",
"duration": "forever",
"url": "",
"tags": ["software", "education"]
}
]
}
]