1.0.3 • Published 8 years ago

nmi v1.0.3

Weekly downloads
31
License
MIT
Repository
github
Last release
8 years ago

Build Status

node-nmi

Installation

$ npm install -s nmi

Usage

var NMI = require('nmi');
var client = new NMI({
    USERNAME: '<PLACEHOLDER>',
    PASSWORD: '<PLACEHOLDER>'
});

Gateway API

This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.