From daf2eae8d5cd3babe9426dbba439f0313ebf641f Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 15 Nov 2017 21:32:46 +0100 Subject: [PATCH] Add a basic README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fe55a4 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Formula 1 data visualization project +This project contains a stand-alone website that can be viewed using any basic webserver. +The webserver is required since the website uses AJAX requests to load the data provided in the `data` folder of this project. + +## How to use +* Clone this repository anywhere you want +* Use `run.sh` to launch the SimpleHTTPServer provided by python2 (or use any other webserver you like) +* Point your browser to http://localhost:8000 (or where your webserver lives) and enjoy the view. + +## Where did you get the data? +We got the data from http://ergast.com/mrd/ (Thanks a lot to the beautiful people running that website!) +