MrMDavidson / 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 2 installed npm install -g cordova ionic

Install npm packages npm install

Restore Ionic state (Cordova platform & plugins) ionic state restore

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 57.6%Language:HTML 17.7%Language:CSS 14.6%Language:JavaScript 10.1%