Skip to content

Instantly share code, notes, and snippets.

View mayorbyrne's full-sized avatar

Kevin Moritz mayorbyrne

View GitHub Profile
{
"active": {
"effective_dpi": 144,
"height": 1800,
"max_fps": 60,
"name": "Built-in Retina Display",
"scale": 2,
"width": 2880,
"x": 0,
"y": 0
var BB = require('bluebird');
var request = BB.promisifyAll(require('request'));
var ziptoo = require('funkit').functional.ziptoo;
var resourcesToKey = {
'checks' : function(obj){
return obj.checks || obj.check;
},
'analysis' : function(obj) {
return obj.analysis || obj;