Skip to content

A high level API to connect to Nubank service and download your purchase records.

License

Notifications You must be signed in to change notification settings

grrbm/nubank-api

 
 

Repository files navigation

Nubank API npm version

A high level API to connect to Nubank service and download your purchase records.

This project was created because the API changed over time, and the JavaScript projects weren't updated to communicate to the new version. The Python library is updated by the time of this writing, so I used that as reference to build this library.

Installation Node.js/Browser

npm i nubank-api uuid

Installation React Native

npm i nubank-api react-native-uuid

Usage