krypty / SwissRoadAccidentsIV

Information Visualization for Swiss road accidents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information Visualization for Swiss road accidents

Visualization of roads accidents by year

Screenshot

Installation

Requirements

Dependencies

npn

npm install

Bower

bower install

Build generated files

gulp

Running

The application doesn’t work if the index.html file is open directly. It must running in a web server. All web server are supported, but we recommend Python 3 for a light and easy to use. Python can be run in the root folder with the following command

Python 3:

python -m http.server 8000

The application is now available at http://localhost:8000

Python 2:

If you don't have update your system and have only Python 2 :

python -m SimpleHTTPServer 8000

Sources

About

Information Visualization for Swiss road accidents

License:GNU General Public License v3.0


Languages

Language:JavaScript 65.7%Language:Python 18.0%Language:HTML 11.2%Language:CSS 5.0%Language:Batchfile 0.1%