x0000ff / bip-app

Simple app for check Bip! card balance. Used as demonstration example of Singletons and Dependency Injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bip! App

bip logo

Simple app for check Bip! card balance. Used as demonstration example of Singletons and Dependency Injection

API

Uses simpe api from x0000ff/bip-api

Example responses

Success

{
  "error": null,
  "status": {
    "number": "21922111",
    "message": "Tarjeta Valida",
    "valid": true,
    "balance": 170,
    "date": "2018-12-04T22:43:00.000Z"
  }
}

Failure

{
  "error": "Esta tarjeta no se puede cargar"
}

Demonstration

Success Failure
Success Failure

Credits

About

Simple app for check Bip! card balance. Used as demonstration example of Singletons and Dependency Injection


Languages

Language:Swift 100.0%