API for check balance on your BIP card
Make sure you have Node.js installed.
$ git clone https://github.com/x0000ff/bip-api.git # or clone your own fork
$ cd bip-api
$ npm install
$ npm start
Your app should now be running on localhost:5000.
Navigate to http://localhost:5000/?card_number=21922110
{
"error": null,
"status": {
"number": "21922111",
"message": "Tarjeta Valida",
"valid": true,
"balance": 170,
"date": "2018-12-04T22:43:00.000Z"
}
}
{
"error": "Esta tarjeta no se puede cargar"
}