Skip to content

Instantly share code, notes, and snippets.

View ianchanning's full-sized avatar

Ian Channing ianchanning

View GitHub Profile
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Ian Channing",
"label": "Lead Software Developer",
"image": "",
"email": "ian@ianchanning.com",
"phone": "+32 491 482 747",
<!DOCTYPE html>
<html>
<head>
<title>Minimal River Reader</title>
<script src="http://fargo.io/code/jquery-1.9.1.min.js"></script>
</head>
<body>
<script>
var theRiver;
function onGetRiverStream (updatedFeeds) {
@ianchanning
ianchanning / app.js
Created February 4, 2014 23:29 — forked from hubgit/app.js
$(function() {
var form = $("form");
var button = form.find("button[type=submit]");
var input = form.find("input[name=postcode]");
var output = form.find("output[name=location]");
var map = L.mapbox.map("map", "hubbox.map-u557d78b").setView([54, 0], 6);
var failed = function(data) {
button.html("Failed");