Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

continuous-software/node-nmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Greenkeeper badge

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.