hpi

0.2.6 • Public • Published

Build Status

Installation

	npm install hpi		

Usage

	var conf = {
		customer : '[your customer ID]',
		product : '[your product code]',
		password : '[your password]',
		url : '[URL to send SOAP requests]'
	};

	require('hpi').performHpiCheck( "GU11OGD", conf, function( err ){
		console.log(arguments)
		if ( err ) throw err;
	});

Readme

Keywords

none

Package Sidebar

Install

npm i hpi

Weekly Downloads

20

Version

0.2.6

License

BSD-2-Clause

Last publish

Collaborators

  • richmarr