Demo app used in iOS Workshop on Nov 6, 2015 by Edward Xia.
git clone --recursive https://github.com/ICSSC/UCI-Directory.git
If you forget "--recursive":
git submodule sync
git submodule update --init
NodeJS is required for the server app.
cd Server
npm install
npm install coffee-script -g
cd Server
coffee server.coffee
Note: server requires on campus network or UCI VPN.
Open "UCI Directory.xcodeproj" and build.
This app is build in a single afternoon, so code may be hacky.