$ npm install -s 42-cent-paypal
var Paypal = require('42-cent-paypal').factory;
var client = Paypal({
CLIENT_ID: '<PLACEHOLDER>',
CLIENT_SECRET: '<PLACEHOLDER>'
});
This is an adaptor of paypal-rest-sdk for 42-cent.
It implements the BaseGateway API.