node-request-promise

Simplified HTTP request client with Promise support
  https://github.com/request/request-promise#readme
  0
  no reviews



The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.

Request-Promise adds a Bluebird-powered ".then" method to Request call objects. By default, http response codes other than 2xx will cause the promise to be rejected. This can be overwritten by setting options.simple = false.

Node.js is an event-based server-side JavaScript engine.