Skip to content

HotWheelsTony/one-up-client

Repository files navigation

One Up client

About

This client aims to provide a simple approach to viewing your personal spending & transactional data kindly provided by Up's public API

Screens

image image

image image

Required

Development server

Run ng serve for a dev server at http://localhost:4200/

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Run on physical device

Android via Capacitor

  • Install Android studio & Android SDK

  • Build the project

    • ng build
  • Install Capacitor

    • npm i @capacitor/core
    • npm i -D @capacitor/cli
  • Install Android platform

    • npm i @capacitor/android
  • Create Android project for native application & sync code

    • npx cap add android
    • npx cap sync
  • Run on device

    • Ensure your physical Android device is connected to your machine
    • Run npx cap run android

    Note: if you run into Gradle build errors you may need to specify your Android SDK location, simply create /android/local.properties and make sure the file contains the correct path, for example: sdk.dir=C\:\\Users\\<USERNAME>\\AppData\\Local\\Android\\Sdk

  • To see changes on physical device

    • Run ng build then npx cap run android

iOS via Capacitor

  • Working on it

About

Custom client for using Up bank's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published