Skip to content

Instantly share code, notes, and snippets.

View jackzampolin's full-sized avatar
🏴
The movement's in motion with mass militant poetry

Jack Zampolin jackzampolin

🏴
The movement's in motion with mass militant poetry
View GitHub Profile

Keybase proof

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:

Contributor Agreement

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.

1. Definitions

  • "You" means the Individual Copyright owner who submits a Contribution to Us. If You are an employee and submit the Contribution as part of your employment, You represent that Your employer has approve this Agreement or signed the Entity version of this document.
  • "Contribution" means any original work of authorship (software and/or documentation) including any modifications or additions to an existing work, Submitted by You to Us, in which You own the Copyright. If You do not own the Copyright in the entire work of authorship, please contact Us at [email protected].
  • "Copyright" means all rights protecting works of authorship owned
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);