longzheng / mypal-ionic

Mobile app to see Myki account details for iOS & Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mobile app to see Myki account details for iOS & Android

License:MIT License


Languages

Language:TypeScript 56.7%Language:HTML 17.8%Language:CSS 14.1%Language:JavaScript 11.4%