Skip to content

Instantly share code, notes, and snippets.

@danrasmuson
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save danrasmuson/6804227b2ce887e1a843 to your computer and use it in GitHub Desktop.

Select an option

Save danrasmuson/6804227b2ce887e1a843 to your computer and use it in GitHub Desktop.
$ npm install unirest
var unirest = require('unirest');
var Request = unirest.get('http://httpbin.org/get');
Request.end(function(response){
console.log(response);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment