Skip to content

freegeeks/hackbattle2015

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published