Skip to content

Instantly share code, notes, and snippets.

View dhruvio's full-sized avatar

Dhruv Dang dhruvio

View GitHub Profile
@dhruvio
dhruvio / index.js
Last active August 29, 2015 14:16
requirebin sketch
// require() some stuff from npm (like you were using browserify)
// and then hit Rebuild to run it on the right
var q = require("qwery"),
b = require("bonzo");
b(q("body")).html("hello");