Code for sacraffic.org
##What is SacTraffic.org
SacTraffic.org is a site I put together to show area traffic incidents powered primarily from an XML feed of state-wide traffic incidents from the California Highway Patrol.
Mix in some live video feeds and Twitter updates and you have sactraffic.org.
##What you need to set this stuff up.
SacTraffic.org runs on Google App Engine and is written in Python so at a minimum you'll need the App Engine SDK to run your own traffic site based on SacTraffic.
JavaScript compression is done via a simple wrapper script that uses the Google Closure web service. This script is located in the /support
directory.
Running make
at the root level of the project will build the compressed files.
The older Apache/Perl version of the SacTraffic.org code is available at the lecacy-lamp-version
tag.