Add a basic README.md

This commit is contained in:
Jan Philipp Timme 2017-11-15 21:32:46 +01:00
parent adb691ea3f
commit daf2eae8d5
Signed by untrusted user: JPT
GPG Key ID: 5F2C85EC6F3754B7
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -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!)