Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabrice404/aib-scraper

Download balance and latest transactions from AIB's website.
https://github.com/fabrice404/aib-scraper

Last synced: 5 days ago
JSON representation

Download balance and latest transactions from AIB's website.

Awesome Lists containing this project

README

        

# aib-scraper [![Codacy Badge](https://api.codacy.com/project/badge/Grade/05c9c274ff624ae68f9805fe7b55ea3a)](https://www.codacy.com/app/fabrice404/aib-scraper?utm_source=github.com&utm_medium=referral&utm_content=fabrice404/aib-scraper&utm_campaign=Badge_Grade)

Download balance and latest transactions from AIB's website.

## Getting Started

### Usage

```javascript
const aib = require('aib-scraper');

const result = await aib.get({
login: 'YOUR LOGIN',
password: 'YOUR PASSWORD',
});
```

## Built With

* [Puppeteer](https://www.npmjs.com/package/puppeteer): browser automation library
* [Cheerio](https://www.npmjs.com/package/cheerio): jQuery implementation in Node.js

## License

This project is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)