Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.29 KB

README.md

File metadata and controls

53 lines (32 loc) · 2.29 KB

DudleyD3

Copyright Sosolimited 2014.

Overview

This is a web-based dashboard to explore data from the BOS:311 app. The app uses D3 (version 3) to visualize incoming 311 data in multiple charts and form-factors.

This dashboard was used during the research phase of Crisscross Signal Spire.

Software Setup

To clone this repository locally, type the following into terminal:

git clone https://github.com/sosolimited/DudleyD3.git

All dependencies are included in the repository.

To run the software locally, navigate to the directory containing index.html and launch a simple python server:

cd DudleyD3
python -m SimpleHTTPServer 8001

The page will now be available at http://localhost:8001 in the web browser.

DEV Notes