1.2.0 • Published 4 years ago

caisse-epargne-scraper v1.2.0

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
4 years ago

caisse-epargne-scraper Codacy Badge

Download balance and latest transactions from Caisse d'Epargne's website.

Getting Started

Prerequisites

To run this module, you will need to download the latest chrome driver here.

Usage

const caisseEpargne = require('caisse-epargne-scraper');

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

Built With

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

License

This project is licensed under the Apache 2.0 License

1.2.0

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago