Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

unbill/unbill-ionic

Repository files navigation

Unbill Ionic App

This is a full fledge mobile app built with Ionic 2 that demonstrates how to integrate the Unbill API into your own app.

Live Demo

To view a live demo of the app, tap here on any mobile browser. Take a look at the known issues section for current Angular 2 bugs.

Getting Started

  1. Clone the repo.

     $ git clone [email protected]:unbill/unbill-ionic.git
    
  2. Install the Ionic CLI.

  3. Install dependencies

     $ npm install
    
  4. Fire up the app in your browser.

     $ cd /path/to/repo
     $ ionic serve
    

What's Included

This repo contains the basic flow of how to implement all the endpoints of the Unbill API into an application. Take a look at the code to see how you can get started with your own app!

Screenshots

Below are sample screenshots that show the various views used with the Unbill API.

Bill Auth

Bill Auth

Bill Overview

Bill Overview

Bill Detail

Bill Detail

Link Payment

Link Payment

Profile

Profile

Known Issues

  • After authenticating on Safari Mobile, the due date will not show up due to a bug with Angular 2 as stated here.