Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 819 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 819 Bytes

Greenkeeper badge Build Status

42-cent-omise

Installation

$ npm install -s 42-cent-omise

Usage

var Omise = require('42-cent-omise');
var client = new Omise({
    PUBLIC_KEY: '<PLACEHOLDER>',
    SECRET_KEY: '<PLACEHOLDER>'
});

Gateway API

This is an adaptor of omise-node for 42-cent.
It implements the BaseGateway API.