NPM I Postman

// to install postman using npm
npm install postman

// using postman in js
var postman = require('postman');
Heartho De La Huracan