Skip to content

Instantly share code, notes, and snippets.

@vaxinate
vaxinate / trace.js
Created January 16, 2013 09:04 — forked from bhelx/trace.js
/**
* Intelligent Traceroute
*
* Do a traceroute on a domain, prints a json array
* of the hops with their physical locations.
*
* //Example
* node trace.js google.com
*
* npm install traceroute async underscore request