Skip to content

Instantly share code, notes, and snippets.

@highruned
Created February 26, 2011 18:49
Show Gist options
  • Save highruned/845491 to your computer and use it in GitHub Desktop.
Save highruned/845491 to your computer and use it in GitHub Desktop.
var request = require('request');
request({uri:'http://eric.muyser.com/test/'}, function (error, response, body) {
console.log(body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment