Skip to content

Instantly share code, notes, and snippets.

View JasonCochran's full-sized avatar

Jason Cochran JasonCochran

View GitHub Profile
@mapsam
mapsam / get_latlng.html
Created February 27, 2015 21:27
Retrieve the Latitude and Longitude values from the Census geocoding API
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<style>
body {
background: MediumAquaMarine;
}