Skip to content

An easy to use Nodejs library / Module for the Interswitch payments API

Notifications You must be signed in to change notification settings

mrelyon/jam-switch-wagon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An easy to use Nodejs library / Module for the Interswitch payments API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published