aib-scraper
v3.0.2
Published
Download balance and transactions from AIB's website
Downloads
11
Readme
aib-scraper
Download balance and latest transactions from AIB's website.
Getting Started
Usage
const aib = require('aib-scraper');
const result = await aib.get({
login: 'YOUR LOGIN',
password: 'YOUR PASSWORD',
});
Built With
License
This project is licensed under the Apache 2.0 License