Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.12 KB

File metadata and controls

48 lines (32 loc) · 1.12 KB

Hack Battle 2015

BrownSugar

TO DO

  • Store products on LocalStorage
  • Search products by proximity
  • Retrieve geolocation from Browser (see) - Renan
  • Calculate distance between coordinates - Renan
  • Upload product picture to Dropbox
  • Verify seller mobile number
  • Send SMS to seller
  • Slice HTML
  • Integrate sliced HTML into templates

WebServer

To take advantages of some browser capabilities, like geolocation, we need to run the app in a webserver. Simple static webserver will do. In the absence, just do:

python -m SimpleHTTPServer 3000

And open localhost:3000.

Dependencies

To install dependencies such as Bower packages, which are included in the VCS for ease:

npm install -g bower
bower install

Docs

Flowchat editor https://www.draw.io/

Contributors