1.0.6 • Published 2 years ago

nodejs-bni-scraper v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

BNI Scraper

Web scraping using NODEJS (cheerio & axios) under the hood

Installation

npm install nodejs-bni-scraper

Usage

const BNI = require('nodejs-bni-scraper');

// Get Balance
const balance = await BNI.getBalance('username', 'password');
console.log(balance); // { status: true, data: { balance: 1000 } }

const mutation = await BNI.getMutation('username', 'password', '20-Oct-2022', '22-Oct-2022');
console.log(mutation); // { status: true, data: { no_rek: '1234567xxxx', values: [] } }

Hopefully you find this useful ! Any feedback ? Please open issue ! :D Thanks

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago