Skip to content

krypty/SwissRoadAccidentsIV

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published