0.1.0 • Published 9 years ago

ziftr-api-client-nodejs v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

ziftr-api-client-nodejs

This branch is under active development and should not be considered stable for use in production systems. For more information please visit: www.ziftrpay.com

@awsforphp on Twitter

Installation

npm install ziftr-api-client-nodejs

Configuration

Modify configuration.js to define host and key information:

{
  "keys": {
    "publishable_key": "",
    "private_key": ""
  },
  "api_version": "0.1",
  "client_version": "0.1.0a",
  "api_host": "http://sandbox.fpa.bz/"
}

Links