Stocker is a real-time hybrid (web, iOS, Android) application that was created at the _HACK_A_TON_SF event sponsored by Ionic, Firebase, Auth0, and Socket.io on February 7, 2015. In short, Stocker is a "Tinder" for Stocks. Swipe right to place a bet, swipe left to pass, with real-time data graphs that show the flucation of stocks. The Stocker team consisted of five members including Carroll Yu, Wesley Pascual, Antoine Lefebvre, Sébastien Tessot, Jaime Kornick. It was the second place winner of the hackathon.
In order to run the project, you need to have node, ionic, cordova and ios-sim installed.
Once you have that, just clone the project and run the following:
npm installbower install-
-
Web:
ionic serve -
iOS:
ionic platform iosionic emulate ios -
Android:
ionic platform androidionic emulate android
-
- (Optional) For real-time data, compile src in "HackatonBack" and run as Java app in Eclipse or any Java IDE.

