Demo app used in iOS Workshop on Nov 6, 2015 by Edward Xia.
git clone --recursive https://github.com/ICSSC/UCI-Directory.gitIf you forget "--recursive":
git submodule sync
git submodule update --initNodeJS is required for the server app.
cd Server
npm install
npm install coffee-script -gcd Server
coffee server.coffeeNote: 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.