Skip to content

Instantly share code, notes, and snippets.

@joshgillies
joshgillies / README.md
Last active August 29, 2015 14:20 — forked from mbostock/.block

A variant of the Zoom to Bounding Box example that uses zoom transitions to smoothly interpolate between different views. This example also allows you to freely pan and zoom with the mouse (or touch).

@joshgillies
joshgillies / echoHttpRequest.js
Created September 28, 2015 23:54 — forked from Marak/echoHttpRequest.js
Echo HTTP requests
module['exports'] = function echoHttp (hook) {
console.log("Console messages are sent to /logs");
console.log(hook.params);
console.log(hook.req.path);
console.log(hook.req.method);