This is a full fledge mobile app built with Ionic 2 that demonstrates how to integrate the Unbill API into your own app.
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.
-
Clone the repo.
$ git clone [email protected]:unbill/unbill-ionic.git
-
Install the Ionic CLI.
-
Install dependencies
$ npm install
-
Fire up the app in your browser.
$ cd /path/to/repo $ ionic serve
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!
Below are sample screenshots that show the various views used with the Unbill API.
- After authenticating on Safari Mobile, the due date will not show up due to a bug with Angular 2 as stated here.