UNPKG

dpd-unirest

Version:

Send HTTP Request inside deployd events with Unirest

29 lines (20 loc) 796 B
# dpd-unirest ## Description Send HTTP Request inside deployd events with Unirest ## Getting started This module requires deployd ~0.7.0. If you haven't used Deployd before, make sure to read the [documentation](http://docs.deployd.com/). ### Installation without package.json ```` npm install dpd-unirest ```` ### Installation with package.json If you have a package.json, you'll have to add this module in it. ```` npm install dpd-unirest --save ```` Once it is installed, Deployd will automatically load it. For more information about Modules, take a look at [the module page on the deployd documentation](http://docs.deployd.com/docs/using-modules/). ## The dpd-unirest module ### Overview It is a simple [Unirest](http://unirest.io/nodejs.html) wrapper for Unirest Node.js version