Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 916 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 916 Bytes

Note: This web app is still a work in progress

GlassHopper (client)

Ever find yourself stuck at a boring empty bar? GlassHopper gives you a snapshot of the current state of bars around you via geolocation search. Get realtime data such as girl to guy ratio, number of people, noise level, and more!

###Dependencies:

###Initial Installation:

$ npm install
$ bower install
$ ionic platform remove ios
$ gulp
$ gulp vendor

###Usage

To view on the web:

$ ionic serve
```

To view in Xcode ios simulator: 

$ ionic platform add ios $ ionic build ios $ ionic emulate ios