Download balance and latest transactions from AIB's website.
const aib = require('aib-scraper');
const result = await aib.get({
login: 'YOUR LOGIN',
password: 'YOUR PASSWORD',
});
This project is licensed under the Apache 2.0 License
Download balance and transactions from AIB's website
Homepage npm JavaScript Download
npm install aib-scraper@3.0.2
Download balance and latest transactions from AIB's website.
const aib = require('aib-scraper');
const result = await aib.get({
login: 'YOUR LOGIN',
password: 'YOUR PASSWORD',
});
This project is licensed under the Apache 2.0 License