I hereby claim:
- I am jackzampolin on github.
- I am jackzampolin (https://keybase.io/jackzampolin) on keybase.
- I have a public key ASAmRbBVWzg7sa9nIs3ErlzKX0eufdrbQRl5d5RbKX46Zwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Thank you for your interest in contributing to Blockstack Public Benefit Corporation ("We" or "Us"). The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at https://cla-assistant.io/blockstack.
Verifying my Blockstack ID is secured with the address 1HDq8cuiL1WVHYW6WWvKQVziC1ysch6DBe https://explorer.blockstack.org/address/1HDq8cuiL1WVHYW6WWvKQVziC1ysch6DBe |
Biff Tannen's Pleasure Paradise Casino & Hotel | |
Biff Tannen Museum | |
Hill Valley Courthouse | |
Biffco Toxic Waste Reclamation Plant | |
Hill Valley Museum of Art | |
Bellman Retrospective | |
Holt's Diner | |
Elmo's Rib Cafe | |
Joe Statler's Fine Horses | |
Statler Studebaker |
// Call first chart with lineCharts.feelsLike(cityData,targetElementId) | |
var lineCharts = (function(){ | |
var feelsLike = function(apiData,id){ | |
// Parse raw API data | |
var raw = JSON.parse(apiData) | |
// Create canvas | |
$('<svg id="visualisation" width="'+parseInt(d3.select(id).style('width'),10)+'" height="500"></svg>').appendTo(id); |