Skip to content

Instantly share code, notes, and snippets.

#Introduction
You are going to create a heatmap to represent 311 call data from Brooklyn. You will use the Google Maps API and an internally provided API to accomplish this.
Preparation
Download the sample code from here. git clone?
create a sample key here.
then read the documentation
asdasdasdasd
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
@dopeboy
dopeboy / index.html
Last active August 29, 2015 14:24 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
dddddddddddddddd
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<marquee >
Howdy!
</marquee>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body id="pagebody">
<h1 id="listname">My favorite foods</h1>
<ol>
<li class="food">Pizza</li>
<li class="food">Pie</li>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
My name is <span id="name"></span>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
rrtwgwf
</body>
</html>