Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

johnbailon/unionbankph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unionbankph

Javascript client for Union Bank PH Developer API

install

npm install --save unionbankph

use

var UnionBankPh = require('unionbankph');
var ub = new UnionBankPh({id: 'xxx', secret: 'xxx' }); //get from https://developer.unionbankph.com

ub.getSavingsAndCurrentRates('SAREG', 'PHP').then(function(res) {
  console.log(res[0].beginAmount);
}).catch(console.error);

About

Javascript client for Union Bank PH Developer API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors