Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hcaseyal committed Dec 11, 2017
2 parents 2c37495 + 32f7129 commit 8365faa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# cs448b-final-project

To use:

clone the repository

cd final-project

Unzip the data.zip
You should now see a data folder with 3 sub-folders: data/matchdetails_data, data/matchlist_data, and data/timeline_data

In one shell tab: `node server.js`

In another shell tab: `python -m SimpleHTTPServer:8000`
navigate to `localhost:8000`

navigate to `localhost:8000`

0 comments on commit 8365faa

Please sign in to comment.