This is a project to help Seattle residents and the Seattle Police Department visualize crime data in new and interesting ways.
We access the dataset of all the police responses to 911 calls in Seattle via the Socrata Open Data API. The dataset is updated on a 4 hr interval.
npm install
npm run config-db
npm start
Note: You will need to add a Mapbox access token and style URL to the config.js
file.