aib-scraper

Download balance and transactions from AIB's website


License
Apache-2.0
Install
npm install aib-scraper@3.0.2

Documentation

aib-scraper Codacy Badge

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

  • Puppeteer: browser automation library
  • Cheerio: jQuery implementation in Node.js

License

This project is licensed under the Apache 2.0 License