README
foo
Using puppeteer to fetch my balance from my (shitty) bank account.
How to use
Install
> npm i -g bpnet
Create
credentials json file with following keys
{
"id": "ID",
"password": "PASSWORD"
}
Run
> bpnet [path-to-creds-file]
Using puppeteer to fetch my balance from my (shitty) bank account.
<script type="module">
import bpnet from 'https://cdn.skypack.dev/bpnet';
</script>
Using puppeteer to fetch my balance from my (shitty) bank account.
> npm i -g bpnet
credentials json file with following keys
{
"id": "ID",
"password": "PASSWORD"
}
> bpnet [path-to-creds-file]