-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdatabase.js
49 lines (46 loc) · 834 Bytes
/
database.js
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
var openGroups=[
//Free and For Sale
//267375200006835,
//UCLA Free and For Sale
//761559070588443,
//Sports and Athletics
267375176673504,
//Daily Bruin Open
269730429771312,
//Events and Parties
267375190006836,
//Class of 2015
267494023328286,
//Class of 2014
267498053327883,
//Class of 2016
268024079941947,
//Political Science
267504059993949,
//UCLA Parent ID
267279833349705,
//Psychology
267496393328049,
//UCLA Memes
267375180006837,
//Housing
267375193340169,
//Business Econ
267516829992672,
//Startup UCLA
267868949957460,
//Economics
267494579994897,
//Electrical Engineering
267500559994299,
//Communication Studies
267501086660913,
//Physiological Sciences
267496856661336,
//English
267508943326794,
//UCLA CLass of 2018 Roomswap
490084807761491
]
var wordMusthave = ["free","FREE","Free"];
var wordOptional = [];