An implementation of one of the Uber coding challenges (finding nearby food trucks)
Live, here: Find Food trucks in San Francisco
How to use - Input an address, and a map will show up focused at the location. Nearby trucks or food carts in the San Francisco area will appear. Clicking or tapping on these markers will provide more information about the given selection.
Technical Highlights: Uses SODA (datasf open data) to provide information on carts. Rails back-end performs queries to this api and pushes refined results to AngularJS front end. The application should scale decently on mobile devices.