Mobile app to see Myki account details for iOS & Android
- Google Play
- App Store (Apple refuses to approve the app, so join TestFlight beta)
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.
- 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
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