hdfc-bank-api
v0.0.1
Published
Unofficial HDFC bank API
Downloads
7
Readme
hdfc-bank-api
Unofficial HDFC bank API
Install
$ npm install hdfc-bank-api
Usage
const HDFCApi = require('hdfc-bank-api');
(async () => {
const hdfc = new HDFCApi({username:HDFC_NETBANKING_USERNAME,password:HDFC_NETBANKING_PASSWORD});
const res = await hdfc.getTransactions();
console.log(JSON.stringify(res, null, 4));
await hdfc.logout();
})();
API
getTransactions()
Get last 6 months transactions
License
MIT © Ashik Nesin