jam-switch-wagon
v0.0.1
Published
An easy wagon for the interswicth payments API
Readme
#Jamswitch Wagon An easy wagon for the interswicth payments API
npm install jam-switch-wagon
This module is still in development mode
var jam = require('jam-switch-wagon').run , clientid = '' , clientsecret = '' , clientcert = '' , clienttype = '' , clientband = '' , wagon_load = ''+clientid+','+clientsecret+','+clientcert+','+clienttype+','+clientband+'';
jam(wagon_load, function(wagon_arrival) { console.log(wagon_arrival); });
