Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 528 Bytes

DC Snowplow Scraper

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!

Setup

npm install
export WORKING_DIR='/tmp/snow'
mkdir -p $WORKING_DIR/scrape

set AWS & Github credentials in .credentials

Use

while [ 1 ]; do
  ./run.sh
  sleep 300
done