$ npm install -s authorize-net
var AuhorizeNet = require('authorize-net');
var client = new AuthorizeNet({
API_LOGIN_ID: '<PLACEHOLDER>',
TRANSACTION_KEY: '<PLACEHOLDER>'
});
This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.