Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

longzheng/mypal-ionic

Repository files navigation

mypal-ionic

Mobile app to see Myki account details for iOS & Android

Download links

Background

I'm making this app because the Myki site doesn't have a mobile view nor a mobile app, and I wanted to experiment with the Ionic framework to make a hybrid mobile app.

Screenshots

Current features

  • Log in to Myki online account with username & password
  • Show current/archived myki cards
  • Shows myki money & myki pass balance
  • Shows card information
  • Shows recent transactions
  • Top up with credit card
  • Show retail top up outlets

Build requirements

Must have Cordova and Ionic 3 installed npm install -g cordova ionic

Install npm packages npm install

Restore Cordova plugins ionic cordova prepare

Run on device ionic run android or ionic run ios

Debug in browser ionic serve (When debugging with Chrome, security limitations must be disabled since we're accessing a third-party site without CORS headers)

OSX from terminal
open -a Google\ Chrome --args --disable-web-security --user-data-dir
  
Windows from cmd
chrome.exe --disable-web-security --user-data-dir