msandt3 / gthockey-mobile

Mobile Web Front end for GT Hockey API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GT Hockey Mobile Application

The purpose of this project is to develop a front end which will be wrapped with PhoneGap. Built with BackboneJS & UnderscoreJS it shoud be fairly trivial to extend.

Running the Application

First, ensure you have python installed.

$ sudo apt-get install python

Then you need to start a simple web server inside of the directory

$ cd <gthockey-mobile directory>
$ python -m SimpleHTTPServer

After this step, you can navigate to localhost:8000 to view the rendered html

About

Mobile Web Front end for GT Hockey API


Languages

Language:JavaScript 70.0%Language:CSS 30.0%