Skip to content

continuous-software/42-cent-omise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.