bankin-scraper
v1.0.1
Published
Download balance and transactions from AIB's website
Downloads
17
Readme
bankin-scraper
Download balance and latest transactions from Bankin's website.
Getting Started
Prerequisites
To run this module, you will need to download the latest chrome driver here.
Usage
const bankin = require('bankin-scraper');
const result = await bankin.get({
login: 'YOUR LOGIN',
password: 'YOUR PASSWORD',
});Built With
License
This project is licensed under the Apache 2.0 License
