Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 543 Bytes

Vizceral Example with live traffic data

This is a clone of Vizceral Example with which you can vary traffic data and verify resulting vizualization.

Setup

  1. Get source, install deps, and run demo server.

    git clone https://github.com/ryuken73/vizceral_custom.git
    cd vizceral-custom
    npm install
    npm run dev
  2. Open localhost:8080 in your browser.

Source Change

  • Almost all changes are in trafficFlow.jsx

Screen Shot