Skip to content

Instantly share code, notes, and snippets.

@Freyert
Created January 5, 2016 21:03
Show Gist options
  • Save Freyert/35467aee3822938486d1 to your computer and use it in GitHub Desktop.
Save Freyert/35467aee3822938486d1 to your computer and use it in GitHub Desktop.
var json = requestAsync('https://www.ibm.com')
.catch(recoverFromErrors)
.then(function(res) {
return JSON.parse(res.body);
});
console.log(json);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment