1.0.2 • Published 6 years ago

n26-scraper v1.0.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

n26-scraper

Download balance and latest transactions from N26's website.

Getting Started

Prerequisites

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

Usage

const n26 = require('n26-scraper');

const result = await n26.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