Skip to content

Instantly share code, notes, and snippets.

View EddyVinck's full-sized avatar
🎯
Focusing

Eddy EddyVinck

🎯
Focusing
View GitHub Profile
// by: throw_away_stacy on reddit
// and yes I do birthday parties too
const WebSocket = require('websocket').w3cwebsocket;
const users = require('./users.json');
const Q = require('q');
const superagent = require('superagent');
const _ = require('highland');
const getPixels = require('get-pixels');