Skip to content

Instantly share code, notes, and snippets.

View mcgovey's full-sized avatar

Kevin McGovern mcgovey

  • Shopify
  • Westfield, NJ
View GitHub Profile
@mcgovey
mcgovey / index.html
Last active March 22, 2018 15:45
Mapbox Example // source https://jsbin.com/niyozow
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Mapbox example with US Big Bob to Kate's map">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.44.0/mapbox-gl.js"></script>
<link href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.44.0/mapbox-gl.css" rel="stylesheet" />
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<title>Mapbox - UD Stadium to Kates</title>
@mcgovey
mcgovey / .block
Last active November 4, 2018 11:18 — forked from shancarter/index.html
Clustered Interactive Force Layout v4
license: mit
@mcgovey
mcgovey / index.html
Last active December 8, 2017 16:57
svg-drag
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.active {
stroke: #000;
stroke-width: 2px;
}
</style>
@mcgovey
mcgovey / .block
Created August 17, 2016 14:27
d3+aframe
license: gpl-3.0