node-bank
node-bank copied to clipboard
A Nubank API in NodeJS 💳💜
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Installed the module using `npm install node-bank`, and imported it on my React Native project. Here's my code: ```js await nubank.start(); await nubank.login({ cpf: 'mycpf', pass: 'mypass' }); let arr...
Feats - [ ] send boleto email - [ ] account info - [ ] nu conta - [x] npm module