0.0.1 • Published 5 years ago

hdfc-bank-api v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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