1.0.3 • Published 8 years ago
vindi-js v1.0.3
vindi-js
A client to make easy connect with vindi payment gateway.
To use this library, you MUST:
- Have an active account on Vindi;
- Have a valid API Key;
To install, run:
$ npm i --save vindi-js
To use:
var Vindi = require('vindi-js');
var client = new Vindi('YOURAPIKEY');
To start I recommend you this article.