Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages