Collects snowplow locations & assembles them into GeoJSON.
This project was written up in a bunch of places, but DCist is the one I remember best since I used to write for them. Also tweets!
npm install
export WORKING_DIR='/tmp/snow'
mkdir -p $WORKING_DIR/scrape
set AWS & Github credentials in .credentials
while [ 1 ]; do
./run.sh
sleep 300
done