Skip to content

Instantly share code, notes, and snippets.

@ericf
Created January 3, 2011 16:58
Show Gist options
  • Save ericf/763681 to your computer and use it in GitHub Desktop.
Save ericf/763681 to your computer and use it in GitHub Desktop.
var zombie = require('zombie');
zombie.visit('http://tiptheweb.org/', function (err, browser) {
console.log(browser.text('title'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment