uplinq-geosnap
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:GeoSnap! Mobile app using HTML Camera API
# GeoSnap!

GeoSnap! was an entry to the 2012 Uplinq Codefest hackathon. It's a simple game where one person creates photo challanges that another person should solve. The solver will be shown pictures from objects nearby that he should find.

It uses the Qualcomm HTML Camera API, Screen Orientation API and the HTML5 GeoLocation API.

## Installation Instructions

NOTE: You will need to have mongodb and python installed.

    $ sudo easy_install virtualenv  # if you don't have it already 
    $ virtualenv ENV
    $ . ENV/bin/activare
    $ pip install -r requirements.txt

## Running it

    $ . ENV/bin/activare
    $ python run.py

## Demo

It is currently running at http://bit.ly/NL3fWz but it might disappear at any time.

## License

All work is licensed under the Apache License, version 2.0. Please see LICENSE
for more information.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。