API for collecting bank data using the library puppeteer
WARNING: Your account can be blocked if you error your password
The scraper sets a few seconds of waiting between navigations of the pages this can cause errors in the API return if your internet connection is not good.
# install dependencies
npm install
# env port express (default 3000)
export PORT=3000
# start server
npm start
# run unit tests
npm test
For now supports only itau
1. POST /itau
body:
{
branch: '',
bankaccount: '',
password: ''
}
The average response time is 50 seconds
- Create integration tests
- Integration with other banks
- Performance improvement