Skip to content

Instantly share code, notes, and snippets.

View nickromano's full-sized avatar
🏔️

Nick Romano nickromano

🏔️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nickromano on github.
  • I am nickromano (https://keybase.io/nickromano) on keybase.
  • I have a public key whose fingerprint is BA84 DFE8 4CF1 D564 6360 3DB5 DF63 F0F3 C6E3 39B4

To claim this, I am signing this object:

@nickromano
nickromano / app.js
Last active August 29, 2015 14:13
Heater
/* globals moment, _, $, d3 */
var heaterSheet = '1ZFNxoobx67B7UATHimD1sNglaim2ZG007u-A9XZ-SPI';
var googleDocData = (function () {
'use strict';
function dateForText(text) {
return moment(text, 'MMMM DD, YYYY at hh :mmA');
}