$ npm install -s 42-cent-omise
var Omise = require('42-cent-omise'); var client = new Omise({ PUBLIC_KEY: '<PLACEHOLDER>', SECRET_KEY: '<PLACEHOLDER>' });
This is an adaptor of omise-node for 42-cent. It implements the BaseGateway API.