0.0.1 • Published 8 years ago

jam-switch-wagon v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

#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); });