Skip to content

Instantly share code, notes, and snippets.

View nharrisanalyst's full-sized avatar
😎
Focusing

Nathan Harris nharrisanalyst

😎
Focusing
View GitHub Profile

Sacramento County 311 Calls by Zipcode Up to Date API call<

Sacramento County 311 handles all County municipal service requests that are not police and fire related. this map and bar chart makes up to date request from http://data.saccounty.net/home api

for more info or data vist http://data.saccounty.net/home

Sacramento County 311 Calls by Zipcode Up to Date API call<

Sacramento County 311 handles all County municipal service requests that are not police and fire related. this map and bar chart makes up to date request from http://data.saccounty.net/home api

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<title>A real time data visualization</title>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
@nharrisanalyst
nharrisanalyst / realtime.html
Created May 10, 2016 19:01
Nathan Harris realtime dataviz using saccounty open data api
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<title>A real time data visualization</title>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>