behind-the-buzzword / 5-developers-react-to-monzo-api-app

Behind The Buzz Word #5: Developers React to Monzo API

Home Page:https://www.meetup.com/Behind-The-Buzz-Word/events/262666738/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#5 - Developers React To Monzo API (App)

Behind the Buzzword

A React Native App that uses the Monzo API

Building

Run the following commands:

yarn install
yarn start

Running on your device

After running the start script you will be able to open the Expo app on your device and scan the QR code.

Challenges

Part 1

  1. Create an OAuth Client on the Monzo Developer Portal
  2. Replace the mock authentication service with calls to the Monzo Authentication API

Part 2

  1. Build a new page for selecting a Monzo account
  2. Build a new page for displaying all the transactions
  3. Implement a feature to be able to mark a transaction as an expense

Additional

You may not want to store the OAuth secret inside the app...so you can delegate exchanging the authorisation code to another web service. If you are new to OAuth then you can use this repository to deploy a server to Heroku, and that will handle the exchange.

About

Behind The Buzz Word #5: Developers React to Monzo API

https://www.meetup.com/Behind-The-Buzz-Word/events/262666738/

License:MIT License


Languages

Language:JavaScript 100.0%