From f17f2ecc83523b95829c50f67c11d02389110fd4 Mon Sep 17 00:00:00 2001 From: hcaseyal Date: Sat, 9 Dec 2017 23:17:01 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 648d2b9..54e9774 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # cs448b-final-project To use: + clone the repository + +cd final-project + +Unzip the provided data file (submitted through Canvas) into "final-project". +You should now see 3 folders in final-project: matchdetails_data, matchlist_data, and timeline_data + In one shell tab: `node server.js` + In another shell tab: `python -m SimpleHTTPServer:8000` -navigate to `localhost:8000` \ No newline at end of file + +navigate to `localhost:8000` From 32f7129d4ae30ffbbed972c73fa18a506a7ff7c3 Mon Sep 17 00:00:00 2001 From: hcaseyal Date: Sun, 10 Dec 2017 17:47:21 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54e9774..85d76b8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ clone the repository cd final-project -Unzip the provided data file (submitted through Canvas) into "final-project". -You should now see 3 folders in final-project: matchdetails_data, matchlist_data, and timeline_data +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`