Skip to content

Superagent + Bluebird = A really cool Promise based HTTP request library

Notifications You must be signed in to change notification settings

jxm262/blueagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blueagent

Bluebird + Superagent = A really cool Promise based HTTP request library

Download

The source is available for download from npm or here on github

npm install blueagent
blueagent
  .get('http://someurl')
  .then(function (resp) {  
    console.log(resp.body);
  })
  .catch(function (err) {
    console.log(err);
  });  

About

Superagent + Bluebird = A really cool Promise based HTTP request library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published