An open API service indexing awesome lists of open source software.

https://github.com/makevoid/tallysticks_unbound

Tallysticks - Barclays API integration code - winner of Unbound Hackathon London 2015
https://github.com/makevoid/tallysticks_unbound

barclays blockchain ethereum hackathon invoices london unbound

Last synced: 3 months ago
JSON representation

Tallysticks - Barclays API integration code - winner of Unbound Hackathon London 2015

Awesome Lists containing this project

README

          

# Tallysticks integration to:
### Barclays API
### for: Unbound Hackathon

#### Screens:

#### Load Invoice

![](https://raw.githubusercontent.com/makevoid/tallysticks_unbound/master/screenshots/1_load_invoice.png)

---

#### Authorize Payment (using the Barclays Launchpad app)

![](https://raw.githubusercontent.com/makevoid/tallysticks_unbound/master/screenshots/2_authorize_payment.png)

---

#### Invoice saved!

![](https://raw.githubusercontent.com/makevoid/tallysticks_unbound/master/screenshots/3_success_screen.png)

#### Code:

You may want to look at those files if you want to check our code:

Objective-C Code (based on the Barclays sample app)

https://github.com/makevoid/tallysticks_unbound/blob/master/iOS_app/Unbound_Hackathon/ViewController.m#L54-L85

JS Code (of the embedded webview)

https://github.com/makevoid/tallysticks_unbound/blob/master/coffee/tally.coffee

HTML (of the embedded webview)

https://github.com/makevoid/tallysticks_unbound/blob/master/index.html