Based on initial version by Tom Isaacson (@parsley72).
Learn more about tracking geo coordinates in your own projects here.
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="keen-3.0.0.track.min.js"></script> | |
<script src="keen-reporter.js"></script> | |
<script> | |
!function(){ | |
var keen = new Keen({ | |
projectId: "", | |
writeKey: "", |
Based on initial version by Tom Isaacson (@parsley72).
Learn more about tracking geo coordinates in your own projects here.
Crude implementation of ACO in D3js, based on the awesome work of Joel Wenzel et al.
This script will create a series of webhooks to stream event data from your Github organization(s) to a Keen project.
Login to Keen IO to create a project and grab the Project ID and Write Key from your project's Access page. Copy these into the keen.projectId
and keen.writeKey
fields of the config.json
file included with this gist.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Keen IO ♥ Histograms!</title> | |
</head> | |
<body> | |
<div id="histogram"></div> | |
<script src="http://d26b395fwzu5fz.cloudfront.net/latest/keen.min.js"></script> | |
<script> | |
!function(){ |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.0.1.js"></script> | |
</head> | |
<body style="height: 9000px;"> | |
<h1>Open your developer console</h1> | |
<a href="./index.html">Test Page Unload</a> | |
<script> | |
/* |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.0.1.js"></script> | |
<script src="https://player.vimeo.com/api/player.js"></script> | |
</head> | |
<body> | |
<iframe id="vimeo-player" | |
src="https://player.vimeo.com/video/76979871" | |
frameborder="0" height="360" width="640" |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.0.1.js"></script> | |
</head> | |
<body> | |
<iframe id="youtube-iframe-player" | |
width="640" height="360" | |
src="https://www.youtube.com/embed/G5UBjF1z9hA?enablejsapi=1" | |
frameborder="0" |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.0.1.js"></script> | |
<!-- VideoJS Assets --> | |
<link href="http://vjs.zencdn.net/5.8.8/video-js.css" rel="stylesheet"> | |
<script src="http://vjs.zencdn.net/5.8.8/video.js"></script> | |
</head> | |
<body> |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://d26b395fwzu5fz.cloudfront.net/keen-tracking-1.0.1.js"></script> | |
</head> | |
<body> | |
<div id="fb-root"></div> | |
<script> | |
/* | |
Learn more about the Facebook Video Player API here: |