Visualization of Toronto Open Data - 311 Service Requests
Some prerequisits:
- GDAL tools:
brew install gdal
- topojson:
npm install -g topojson
- Jekyll:
gem install jekyll
Directions:
- Process the data:
make
- Build the app-site:
cd app/; jekyll serve
- Direct your browser to http://localhost:4000