Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Last active August 29, 2015 14:10
Show Gist options
  • Save ciwolsey/01e54d7ba333f3264c39 to your computer and use it in GitHub Desktop.
Save ciwolsey/01e54d7ba333f3264c39 to your computer and use it in GitHub Desktop.
var superagent = Meteor.npmRequire('superagent');
var agentAsync = Meteor.wrapAsync(superagent.get, superagent);
var result = agentAsync('http://104.130.36.36:8080/json/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment